LogLevelFlags Enumeration |
Namespace: Rewired.Config
[FlagsAttribute] public enum LogLevelFlags
Member name | Value | Description | |
---|---|---|---|
Off | 0 | Nothing is logged. Note: Exceptions will always be logged regardless of this setting. | |
Info | 1 | Information is logged. | |
Warning | 2 | Warnings are logged. | |
Error | 4 | Errors are logged. | |
Debug | 8 | Debug information is logged. |