LogMessageType Enumeration |
An flag type enumeration that indicates which types of messages should be recorded during CFX diagnostic logging.
Namespace: CFX.UtilitiesAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax[FlagsAttribute]
public enum LogMessageType
<FlagsAttribute>
Public Enumeration LogMessageType
MembersMember name | Value | Description |
---|
Debug | 1 |
Debug Level
|
Info | 2 |
Information Level
|
Warn | 4 |
Warning Level
|
Error | 8 |
Error Level
|
All | 65,535 |
All Levels Recorded
|
See Also