OSLogConsoleFormatter
open class OSLogConsoleFormatter : ConsoleLogFormatter
Formatter for the OSLogConsoleHandler
-
Format the given log record and return the formatted string.
Declaration
Swift
override open func format(_ record: LogRecord) -> StringParameters
recordthe log record to be formatted
Return Value
formatted log record