LogLevel Enumeration
Specifies the minimum level of log messages that are sent to log appenders added to the Log.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum LogLevel
Values
Value name | Value | Description |
---|---|---|
All | 0 | All messages are sent to the appenders. |
Debug | 1 | Debug messages and messages of more severe levels are sent to the appenders. |
Information | 2 | Information messages and messages of more severe levels are sent to the appenders. |
Warning | 3 | Warning messages and messages of more severe levels are sent to the appenders. |
Error | 4 | Error messages and messages of more severe levels are sent to the appenders. |
Fatal | 5 | Fatal messages and messages of more severe levels are sent to the appenders. |
None | 6 | No messages are sent to the appenders. This will disable the log. |
Platforms
Windows, Linux, Android