Lean
$LEAN_TAG$
|
Interface for redirecting log output More...
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... | |
Interface for redirecting log output
Definition at line 25 of file ILogHandler.cs.
void QuantConnect.Logging.ILogHandler.Error | ( | string | text | ) |
Write error message to log
text | The error text to log |
Implemented in QuantConnect.Logging.QueueLogHandler, QuantConnect.Logging.FileLogHandler, QuantConnect.Logging.ConsoleLogHandler, QuantConnect.Logging.FunctionalLogHandler, and QuantConnect.Logging.CompositeLogHandler.
void QuantConnect.Logging.ILogHandler.Debug | ( | string | text | ) |
Write debug message to log
text | The 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.
void QuantConnect.Logging.ILogHandler.Trace | ( | string | text | ) |
Write debug message to log
text | The 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.