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