| Description | uses | Classes, Interfaces and Objects | Functions and Procedures | Types | Constants | Variables |
Used RFC: RFC-3164
| Name | Description |
|---|---|
Class TSyslogMessage |
encoding or decoding of SYSLOG message |
Class TSyslogSend |
This object implement BSD SysLog client |
function ToSysLog(const SyslogServer: string; Facil: Byte; Sever: TSyslogSeverity; const Content: string): Boolean; |
function ToSysLog(const SyslogServer: string; Facil: Byte; Sever: TSyslogSeverity; const Content: string): Boolean; |
Simply send packet to specified Syslog server.
| Name | Description |
|---|---|
TSyslogSeverity |
Define possible priority of Syslog message
|