StandardErrorLogRecorder
open class StandardErrorLogRecorder: OutputStreamLogRecorder
The StandardErrorLogRecorder is an OutputStreamLogRecorder that writes
log messages to the standard error stream (`stderr`
) of the running
process.
-
Initializes a
StandardErrorLogRecorderinstance to use the specifiedLogFormatters for formatting log messages.Declaration
Swift
public init(formatters: [LogFormatter], queue: DispatchQueue? = nil)Parameters
queueThe
DispatchQueueto use for the recorder. Ifnil, a new queue will be created.
View on GitHub
StandardErrorLogRecorder Class Reference