Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 458 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 458 Bytes

log package

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{}) to func 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