![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
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 | |
---|---|---|
![]() | Logged | Occurs after a message is logged. |
![]() | Logging | Occurs before a message is logged. |