This directory is a copy from go-ethereum v1.14.4, with some modifications:
- Added geth license headers to all go files
- Changed root.go
func New(ctx ...interface{})
tofunc WithContext(ctx ...interface{}) Logger
to allow for global initialization of the logger. - Exported legacy log levels for flag documentation
- Removed
./handler_glog.go
and modified tests