Nested return a new logger instance. `name` is the extra prefix to be prepended to each message. Leaving it blank will add no additional prefix. The new Logger will inherit the properties of the original.
(name string)
| 46 | // Nested return a new logger instance. `name` is the extra prefix to be prepended to each message. Leaving it blank |
| 47 | // will add no additional prefix. The new Logger will inherit the properties of the original. |
| 48 | Nested(name string) Logger |
| 49 | // GetConfig Returns a copy of the LoggerConfig associated with this Logger. This is meant to be used by the framework. |
| 50 | GetConfig() *LoggerConfig |
| 51 | // SetStream sets the output of this Logger. This is meant to be used by the framework. |
no outgoing calls
no test coverage detected