DelimiterLogFormatter
public struct DelimiterLogFormatter: LogFormatter
A LogFormatter used to output field separator strings.
This is typically combined with other LogFormatters within a
ConcatenatingLogFormatter.
-
The
DelimiterStylethat determines the return value of the receiver’sformat(_:)function.Declaration
Swift
public let style: DelimiterStyle -
Initializes a new
DelimiterLogFormatterinstance using the givenDelimiterStyle.Declaration
Swift
public init(style: DelimiterStyle = .spacedPipe)
View on GitHub
DelimiterLogFormatter Struct Reference