LoggerOutput
public protocol LoggerOutput
Protocol that defines log destination, such as file, console, etc.
For more information on log configurator see LogConfigurator
.
For more information on log configuration see LogConfiguration
.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Handles log with the given message.
Declaration
Swift
func handleLog(_ message: String)
-
logURLs()
Default implementationObtain a list of log file locations.
Default Implementation
Obtain a list of log file locations.
Declaration
Swift
func logURLs() -> [URL]
Return Value
A list of log file urls.