DefaultContextSpecificLogger
public class DefaultContextSpecificLogger : ContextSpecificLogger
A trivial ContextualLogger implementation that retains the context but defers to a ContextualLoggerTarget for the actual
filtering and log output.
-
Undocumented
Declaration
Swift
public var level: LoggerLevel { get } -
Declaration
Swift
public var ownerName: String { get } -
Declaration
Swift
public let context: LogEventContext -
Declaration
Swift
public func info(_ content: @escaping @autoclosure () -> String) -
Declaration
Swift
public func error(_ content: @escaping @autoclosure () -> String) -
Declaration
Swift
public func warning(_ content: @escaping @autoclosure () -> String) -
Declaration
Swift
public func debug(_ content: @escaping @autoclosure () -> String)
View on GitHub
DefaultContextSpecificLogger Class Reference