@@ -29,7 +29,7 @@ var (
|
||||
G = GetLogger
|
||||
|
||||
// L is the default logger. It should be initialized before using `G` or `GetLogger`
|
||||
// If L is unitialized and no logger is available in a provided context, a
|
||||
// If L is uninitialized and no logger is available in a provided context, a
|
||||
// panic will occur.
|
||||
L Logger = nopLogger{}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user