The following tables list the members exposed by SysLogLoggingChannel.
Public Constructors
Name | Description | |
---|---|---|
LoggingChannel | Initializes a new instance of the LoggingChannel class. (Inherited from LoggingChannel) | |
SysLogLoggingChannel | Initializes a new instance of the SysLogLoggingChannel class. |
Public Methods
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Format | Formats the specified log entry. (Inherited from LoggingChannel) | |
Send | Sends the specified log entry to the syslog server. | |
WriteLog | Writes the log to the specific syslog server. |
Public Properties
Name | Description | |
---|---|---|
Enabled | Gets or sets a value indicating whether this Leadtools.Logging.ILoggingChannel is enabled. (Inherited from LoggingChannel) | |
Hostname | Gets or sets the hostname of the syslog server. | |
IPAddress | Gets or sets the IP address of the syslog server. | |
Port | Gets or sets the port of the syslog server. |
See Also