The following tables list the members exposed by EventLogLoggingChannel.
Public Constructors
Name | Description | |
---|---|---|
EventLogLoggingChannel | Initializes a new instance of the EventLogLoggingChannel class. | |
LoggingChannel | Initializes a new instance of the LoggingChannel class. (Inherited from LoggingChannel) |
Public Methods
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from LoggingChannel) | |
Format | Formats the specified log entry. (Inherited from LoggingChannel) | |
WriteLog | Writes the log to the specfied event log. |
Public Properties
Name | Description | |
---|---|---|
Enabled | Gets or sets a value indicating whether this Leadtools.Logging.ILoggingChannel is enabled. (Inherited from LoggingChannel) | |
Name | Gets or sets the name of the log to write to. | |
Source | Gets or sets the source name to register and use when writing to the event log. |
See Also