-
Constructor.
Declaration
Swift
public init(_ logLevel: LogLevel = .warnings, osLog: OSLog = OSLog.default)Parameters
logLevelDefaultLoggerLevel. Defaulted to warnings.
osLogOSLog instance of the app.
-
Declaration
Swift
public func log(_ message: LogMessage)