GetConfig Returns a copy of the LoggerConfig associated with this Logger. This is meant to be used by the framework.
()
| 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. |
| 52 | SetStream(config *LoggerStreamConfig) |
| 53 | } |
no outgoing calls