Lean  $LEAN_TAG$
QuantConnect.Logging.ILogHandler Interface Reference

Interface for redirecting log output More...

Inheritance diagram for QuantConnect.Logging.ILogHandler:
[legend]

Public Member Functions

void Error (string text)
 Write error message to log More...
 
void Debug (string text)
 Write debug message to log More...
 
void Trace (string text)
 Write debug message to log More...
 

Detailed Description

Interface for redirecting log output

Definition at line 25 of file ILogHandler.cs.

Member Function Documentation

◆ Error()

void QuantConnect.Logging.ILogHandler.Error ( string  text)

Write error message to log

Parameters
textThe error text to log

Implemented in QuantConnect.Logging.QueueLogHandler, QuantConnect.Logging.FileLogHandler, QuantConnect.Logging.ConsoleLogHandler, QuantConnect.Logging.FunctionalLogHandler, and QuantConnect.Logging.CompositeLogHandler.

Here is the caller graph for this function:

◆ Debug()

void QuantConnect.Logging.ILogHandler.Debug ( string  text)

Write debug message to log

Parameters
textThe debug text to log

Implemented in QuantConnect.Logging.QueueLogHandler, QuantConnect.Logging.ConsoleLogHandler, QuantConnect.Logging.FileLogHandler, QuantConnect.Logging.FunctionalLogHandler, QuantConnect.Logging.CompositeLogHandler, and QuantConnect.Logging.ConsoleErrorLogHandler.

Here is the caller graph for this function:

◆ Trace()

void QuantConnect.Logging.ILogHandler.Trace ( string  text)

Write debug message to log

Parameters
textThe trace text to log

Implemented in QuantConnect.Logging.QueueLogHandler, QuantConnect.Logging.ConsoleLogHandler, QuantConnect.Logging.FunctionalLogHandler, QuantConnect.Logging.FileLogHandler, QuantConnect.Logging.CompositeLogHandler, and QuantConnect.Logging.ConsoleErrorLogHandler.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: