Skip to content

QuantConnect.Logging

Classes

Class Description
CompositeLogHandler Provides an ILogHandler implementation that composes multiple handlers
ConsoleErrorLogHandler Subclass of ConsoleLogHandler that only logs error messages
ConsoleLogHandler ILogHandler implementation that writes log output to console.
FileLogHandler Provides an implementation of ILogHandler that writes all log messages to a file on disk.
FunctionalLogHandler ILogHandler implementation that writes log output to result handler
ILogHandler Interface for redirecting log output
Log Logging management class.
LogEntry Log entry wrapper to make logging simpler:
LogHandlerExtensions Logging extensions.
QueueLogHandler ILogHandler implementation that queues all logs and writes them when instructed.
RegressionFileLogHandler Provides an implementation of ILogHandler that writes all log messages to a file on disk...
WhoCalledMe Provides methods for determining higher stack frames

Enumerations

QuantConnect.Logging.LogType

Bases: IntEnum

Error level

DEBUG

DEBUG = 0

Debug log level

TRACE

TRACE = 1

Trace log level

ERROR

ERROR = 2

Error log level