OpenNamespace opens an isolated namespace where all subsequent fields will be added. Applications can use namespaces to prevent key collisions when injecting loggers into sub-components or third-party libraries.
(key string)
| 396 | // be added. Applications can use namespaces to prevent key collisions when |
| 397 | // injecting loggers into sub-components or third-party libraries. |
| 398 | OpenNamespace(key string) |
| 399 | } |
| 400 | |
| 401 | // ArrayEncoder is a strongly-typed, encoding-agnostic interface for adding |
no outgoing calls