Table of Contents

LogLevel

Namespace
ZCore

Log-Level based on Apache log4j. For details on how and when to use a specific log level, refer to this Logging article. Overall, here you can get some more information on the log4j standard https://de.wikipedia.org/wiki/Log4j

Fields

Undefined = 0
Trace = 1
Debug = 2
Info = 3
Warning = 4
Error = 5
Fatal = 6
Off = 7