ContextualLoggers
public struct ContextualLoggers
Provides access to the context specific loggers for a feature or action
-
The development logger, if any
Declaration
Swift
public let development: ContextSpecificLogger?
-
The production logger, if any
Declaration
Swift
public let production: ContextSpecificLogger?