Logging extensions.
More...
|
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...
|
|
Logging extensions.
Definition at line 24 of file ILogHandlerExtensions.cs.
◆ Error()
static void QuantConnect.Logging.LogHandlerExtensions.Error |
( |
this ILogHandler |
logHandler, |
|
|
string |
text, |
|
|
params object[] |
args |
|
) |
| |
|
static |
Write error message to log
- Parameters
-
logHandler | |
text | Message |
args | Arguments to format. |
Definition at line 32 of file ILogHandlerExtensions.cs.
◆ Debug()
static void QuantConnect.Logging.LogHandlerExtensions.Debug |
( |
this ILogHandler |
logHandler, |
|
|
string |
text, |
|
|
params object[] |
args |
|
) |
| |
|
static |
Write debug message to log
- Parameters
-
logHandler | |
text | Message |
args | Arguments to format. |
Definition at line 48 of file ILogHandlerExtensions.cs.
◆ Trace()
static void QuantConnect.Logging.LogHandlerExtensions.Trace |
( |
this ILogHandler |
logHandler, |
|
|
string |
text, |
|
|
params object[] |
args |
|
) |
| |
|
static |
Write debug message to log
- Parameters
-
logHandler | |
text | Message |
args | Arguments to format. |
Definition at line 64 of file ILogHandlerExtensions.cs.
The documentation for this class was generated from the following file: