Enumeration
LogLevel
public enum LogLevel
The severity of the log. Might be used to prefix the log message with a symbol to make it easily distinguishable.
Enumeration Cases
debug
case debug
info
case info
warning
case warning
error
case error