Pipe
public protocol Pipe
Log PIpe
-
Pipe’s chance to send a formatted line where it deems
Declaration
Swift
func handle(_ formattedLogLine: String)Parameters
_The formatted log to handle
LoggingFormatAndPipe Docs (100% documented)
public protocol Pipe
Log PIpe
Pipe’s chance to send a formatted line where it deems
Swift
func handle(_ formattedLogLine: String)
_
|
The formatted log to handle |