Click or drag to resize

Logger Class

Log output.
Inheritance Hierarchy
SystemObject
  mtapi.mt5Logger

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public class Logger

The Logger type exposes the following members.

Constructors
 NameDescription
Public methodLogger Initialize new Logger.
Top
Methods
 NameDescription
Public methoddebug Debug message.
Public methoderror(Exception) 
Public methoderror(String) Error message.
Public methodexception Exception message.
Public methodinfo Information message.
Public methodtrace Trace message.
Public methodwarn(Exception) 
Public methodwarn(String) Warning message.
Top
Events
 NameDescription
Public eventStatic memberOnMsg New message event.
Public eventStatic memberOnMsgEx 
Top
See Also