TKConsoleLogger
public class TKConsoleLogger : TKLogger
A logger that outputs to the debugging console and the device’s console (via os_log
)
-
Declaration
Swift
public let level: TKLog.LogLevel
-
Undocumented
Declaration
Swift
public let subsystem: String
-
Undocumented
Declaration
Swift
public init(level: TKLog.LogLevel, subsystem: String? = nil)
-
Declaration
Swift
public func output(_ level: TKLog.LogLevel, identifier: String, message: String)