![]() | |
Log Methods |
The Log type exposes the following members.
Name | Description | |
---|---|---|
![]() | CloseLog |
Closes the log file and log object.
|
![]() | Write(String) |
Writes the specified string message to the log file.
|
![]() | Write(Int32, String) |
Writes the specified string message to the log file and assigns a numeric log level.
|
![]() | Write(String,Object[]) |
Writes the specified StringObj message to the log file.
|
![]() | Write(Int32, String,Object[]) |
Writes the specified string message to the log file with parameters and a log level.
|
![]() | WriteException(Exception, String) |
Writes a message to the log with additional information from the supplied exception.
|
![]() | WriteException(Exception, String,Object[]) |
Writes a message to the log with additional information from the supplied exception along with additional parameters.
|
![]() | WriteException(Int32, Exception, String) |
Writes a message to the log with additional information from the supplied exceptionand assign a log level.
|
![]() | WriteException(Int32, Exception, String,Object[]) |
Writes a message to the log with additional information from the supplied exception along with a log level and parameters.
|
![]() | WriteWithFrame(String) |
Write a message to the log file and includes the stack frame.
|
![]() | WriteWithFrame(Int32, String) |
Write a message to the log file and includes the stack frame including assigning a log level.
|
![]() | WriteWithId(String, String,Object[]) |
Writes a message with a user specified identifier preceeding the message, usually channel name or thread id.
|
![]() | WriteWithId(Int32, String, String,Object[]) |
Writes a message with a user specified identifier preceeding the message, usually channel name or thread id. Also includes an assigned log level.
|