Log |
[FlagsAttribute] public sealed class LogLevelFlags : Enum
The LogLevelFlags type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Debug | Debug information is logged. |
![]() ![]() | Error | Errors are logged. |
![]() ![]() | Info | Information is logged. |
![]() ![]() | Off | Nothing is logged. Note: Exceptions will always be logged regardless of this setting. |
![]() | value__ | |
![]() ![]() | Warning | Warnings are logged. |