LogLevel public enum LogLevel : Int, Comparable Enum describing the importance of any given log message fatal Declaration Swift case fatal error Declaration Swift case error warn Declaration Swift case warn info Declaration Swift case info debug Declaration Swift case debug verbose Declaration Swift case verbose