Click or drag to resize

Logger Class

Log output.
Inheritance Hierarchy
SystemObject
  TradingAPI.MT4ServerLogger

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
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
Error message.
Public methodexception
Exception message.
Public methodinfo
Information message.
Public methodtrace
Trace message.
Public methodwarn
Warning message.
Top
Events
  NameDescription
Public eventStatic memberOnMsg
New message event.
Top
Fields
  NameDescription
Public fieldStatic memberDebugInfo
Enable output debug info in the exception messages.
Top
See Also