ConstReadonlyDEBUG: 200Designates fine-grained informational events that are most useful for debugging an application.
ReadonlyERROR: 500Designates error events that might still allow the application to continue running.
ReadonlyFATAL: 600Designates very severe error events that will presumably lead the application to abort.
ReadonlyINFO: 300Designates informational messages that highlight the progress of an application at a coarse-grained level.
ReadonlyOFF: numberThe highest possible level; intended to turn off logging.
ReadonlyTRACE: 100Designates finer-grained informational events than DEBUG, usually including a stack trace.
ReadonlyWARN: 400Designates potentially harmful situations.
Well-known logging levels.