Leadtools.Logging Namespace : Logger Class |
The following tables list the members exposed by Logger.
Name | Description | |
---|---|---|
Logger Constructor | Overloaded. |
Name | Description | |
---|---|---|
StackTraceKey | Key used to store the stack trace information in LogEntry custom information. |
Name | Description | |
---|---|---|
Enabled | Gets a value indicating whether the logging is enabled. | |
EnableThreading | Gets a value indicating whether the logging will be handled in its own thread. | |
Filter | Gets or sets the filter that is used to determine the types of messages that are logged. | |
Global | Gets the global logger. | |
LoggingChannels | Gets the logging channels. |
Name | Description | |
---|---|---|
Debug | Overloaded. Logs the specified entry as a LogType.Debug. | |
Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Error | Overloaded. Logs the specified entry as a LogType.Error. | |
Exception | Overloaded. Logs the specified entry as an exception. | |
GetLogger | Gets the a logger with the specified name. | |
Info | Overloaded. Logs the specified entry as a LogType.Information. | |
Log | Logs the specified entry. | |
Warning | Overloaded. Logs the specified entry as a LogType.Warning. |
Name | Description | |
---|---|---|
OnLogged | Raises the Leadtools.Logging.Logger.Logged event. | |
OnLogging | Raises the Leadtools.Logging.Logger.Logging event. |
Name | Description | |
---|---|---|
Logged | Occurs after a message is logged. | |
Logging | Occurs before a message is logged. |