DittoLogLevel public enum DittoLogLevel : Int Enum that maps to an appropriate prefix for a log message. error Log type error Declaration Swift case error = 1 warning Log type warning Declaration Swift case warning = 2 info Log type info Declaration Swift case info = 3 debug Log type debug Declaration Swift case debug = 4 verbose Log type verbose Declaration Swift case verbose = 5