Classe TSyslogMessage
Unit
Declaração
type TSyslogMessage = class(TObject)
Descrição
encoding or decoding of SYSLOG message
Hierarquia
- TObject
- TSyslogMessage
Visão Geral
Métodos
![]() |
procedure Clear; |
Propriedades
![]() |
property Version: TSyslogVersion read FVersion write FVersion; |
![]() |
property Facility: Byte read FFacility write FFacility; |
![]() |
property Severity: TSyslogSeverity read FSeverity write FSeverity; |
![]() |
property DateTime: TDateTime read FDateTime write FDateTime; |
![]() |
property Tag: String read FTag write FTag; |
![]() |
property AppName: String read FTag write FTag; |
![]() |
property ProcID: String read FProcID write FProcID; |
![]() |
property MsgID: String read FMsgID write FMsgID; |
![]() |
property LogMessage: String read FMessage write FMessage; |
![]() |
property LocalIP: String read FLocalIP write FLocalIP; |
![]() |
property PacketBuf: AnsiString read GetPacketBuf write SetPacketBuf; |
Descrição
Métodos
![]() |
procedure Clear; |
Reset values to defaults |
Propriedades
![]() |
property Version: TSyslogVersion read FVersion write FVersion; |
Define packet format |
![]() |
property Facility: Byte read FFacility write FFacility; |
Define facilicity of Syslog message. For specify you may use predefined FCL_* constants. Default is "FCL_Local0". |
![]() |
property Severity: TSyslogSeverity read FSeverity write FSeverity; |
Define possible priority of Syslog message. Default is "Debug". |
![]() |
property DateTime: TDateTime read FDateTime write FDateTime; |
date and time of Syslog message |
![]() |
property Tag: String read FTag write FTag; |
This is used for identify process of this message. Default is filename of your executable file. |
![]() |
property AppName: String read FTag write FTag; |
alias to Tag |
![]() |
property ProcID: String read FProcID write FProcID; |
Identification of logging process, like handle of process, transaction ID, etc. |
![]() |
property MsgID: String read FMsgID write FMsgID; |
Identification of message type category. Messages with same ID should have same semantic. |
![]() |
property LogMessage: String read FMessage write FMessage; |
Text of your message for log. |
![]() |
property LocalIP: String read FLocalIP write FLocalIP; |
IP address of message sender. |
![]() |
property PacketBuf: AnsiString read GetPacketBuf write SetPacketBuf; |
This property holds encoded binary SYSLOG packet. Note: writing is deprecated and working for RFC3164 only. |
Gerado por PasDoc 0.16.0.