Lean  $LEAN_TAG$
QuantConnect.Logging.LogHandlerExtensions Class Reference

Logging extensions. More...

Static Public Member Functions

static void Error (this ILogHandler logHandler, string text, params object[] args)
 Write error message to log More...
 
static void Debug (this ILogHandler logHandler, string text, params object[] args)
 Write debug message to log More...
 
static void Trace (this ILogHandler logHandler, string text, params object[] args)
 Write debug message to log More...
 

Detailed Description

Logging extensions.

Definition at line 24 of file ILogHandlerExtensions.cs.

Member Function Documentation

◆ Error()

static void QuantConnect.Logging.LogHandlerExtensions.Error ( this ILogHandler  logHandler,
string  text,
params object[]  args 
)
static

Write error message to log

Parameters
logHandler
textMessage
argsArguments to format.

Definition at line 32 of file ILogHandlerExtensions.cs.

Here is the call graph for this function:

◆ Debug()

static void QuantConnect.Logging.LogHandlerExtensions.Debug ( this ILogHandler  logHandler,
string  text,
params object[]  args 
)
static

Write debug message to log

Parameters
logHandler
textMessage
argsArguments to format.

Definition at line 48 of file ILogHandlerExtensions.cs.

Here is the call graph for this function:

◆ Trace()

static void QuantConnect.Logging.LogHandlerExtensions.Trace ( this ILogHandler  logHandler,
string  text,
params object[]  args 
)
static

Write debug message to log

Parameters
logHandler
textMessage
argsArguments to format.

Definition at line 64 of file ILogHandlerExtensions.cs.

Here is the call graph for this function:

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