mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
refactor: update Logger.New function comments
This commit is contained in:
parent
3e608f9372
commit
d8d5d5a94b
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ type Logger interface {
|
||||||
// With returns a new Logger that has this logger's attributes plus the given attributes
|
// With returns a new Logger that has this logger's attributes plus the given attributes
|
||||||
With(ctx ...interface{}) Logger
|
With(ctx ...interface{}) Logger
|
||||||
|
|
||||||
// With returns a new Logger that has this logger's attributes plus the given attributes. Identical to 'With'.
|
// New returns a new Logger that has this logger's attributes plus the given attributes. Identical to 'With'.
|
||||||
New(ctx ...interface{}) Logger
|
New(ctx ...interface{}) Logger
|
||||||
|
|
||||||
// Log logs a message at the specified level with context key/value pairs
|
// Log logs a message at the specified level with context key/value pairs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue