Debugging
-
A logging class that can be told where to log to via transports.
Features include:
- Asynchronous, ordered output to transports
- All log messages can be tagged and filtered
LogLevels are provided as well- Force logging enables output via
printeven if no transports available
Filtering
Two methods exist to allow for filtering of the log stream.
See moreDeclaration
Swift
public class Logger
View on GitHub
Debugging Reference