NullLogger
public struct NullLogger : Logging
A very simple logger to null. Allows logging to be completely disabled.
-
Discards log messages
Declaration
Swift
public func log(level: LogLevel, text: String)