Log Class | |
Namespace: VoiceElements.Common
The Log type exposes the following members.
| Name | Description | |
|---|---|---|
| Log |
Constructs a log, which either appends and existing log file or creates a new one.
|
| Name | Description | |
|---|---|---|
| AlwaysExpanded |
Is the log always expanded when output is going to window.
|
| 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.
|
| Name | Description | |
|---|---|---|
| MessageLogged |
An event that is fired when a message is logged to the log file. This allows interactive clients to display these messages on a form.
|
| Name | Description | |
|---|---|---|
| LogLevel |
Set the level of logging. Default is 0.
| |
| LogPath |
Defines the path for the logs
|