LogType

All types of log that you can use when logging a message.

Values

ValueMeaning
Info0x00

Used to log an information message.

Warning0x01

Used to log a warning message.

Error0x02

Used to log an error message.

Exception0x03

Used to log an exception message.

Debug0x04

Used to log a debug message. Only works in debug mode.

Todo0x05

Used to log a todo message.

Meta