ProcessNameLogFormatter
public struct ProcessNameLogFormatter: LogFormatter
A LogFormatter that returns a LogEntry‘s processName property.
This is typically combined with other LogFormatters within a
ConcatenatingLogFormatter.
-
The initializer.
Declaration
Swift
public init()
View on GitHub
ProcessNameLogFormatter Struct Reference