Click or drag to resize

LoggerMsgType Enumeration

Message type.

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public enum MsgType
Members
Member nameValueDescription
Trace0 Trace.
Debug1 Debug.
Info2 Information.
Warn3 Warning.
Error4 Error.
Exception5 Exception.
See Also