Click or drag to resize

LogMessageType Enumeration

An flag type enumeration that indicates which types of messages should be recorded during CFX diagnostic logging.

Namespace: CFX.Utilities
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
[FlagsAttribute]
public enum LogMessageType
Members
Member nameValueDescription
Debug1 Debug Level
Info2 Information Level
Warn4 Warning Level
Error8 Error Level
All65,535 All Levels Recorded
See Also