ConsoleLogFormatter

open class ConsoleLogFormatter : LogFormatter

Default implementation of LogFormatter protocol optimized for console handlers. This default implemention is used by the ConsoleLogHandler.

  • Initializes the DefaultFormatter

    Declaration

    Swift

    public init()
  • See Formatter

    Declaration

    Swift

    open var head: String { get }