Inherits TObject.
Public Member Functions | |
string | AsString () |
Gets a string representation for this event. | |
TZLoggingEvent (TZLoggingCategory Category, string Protocol, string Msg, Integer ErrorCode, string Error) | |
Constructs this logging event. | |
Public Attributes | |
TZLoggingCategory | Category |
string | Error |
Integer | ErrorCode |
string | Message |
string | Protocol |
TDateTime | Timestamp |
Private Attributes | |
TZLoggingCategory | FCategory |
string | FError |
Integer | FErrorCode |
string | FMessage |
string | FProtocol |
TDateTime | FTimestamp |
Definition at line 75 of file ZDbcLogging.pas.
TZLoggingEvent::TZLoggingEvent | ( | TZLoggingCategory | Category, | |
string | Protocol, | |||
string | Msg, | |||
Integer | ErrorCode, | |||
string | Error | |||
) |
Constructs this logging event.
Protocol | a DBC protocol. | |
Msg | a description message. | |
ErrorCode | an error code. | |
Error | an error message. |
Definition at line 153 of file ZDbcLogging.pas.
string TZLoggingEvent::AsString | ( | ) |
Gets a string representation for this event.
Definition at line 175 of file ZDbcLogging.pas.
string TZLoggingEvent::Error |
Integer TZLoggingEvent::ErrorCode |
TZLoggingCategory TZLoggingEvent::FCategory [private] |
Definition at line 80 of file ZDbcLogging.pas.
string TZLoggingEvent::FError [private] |
Definition at line 88 of file ZDbcLogging.pas.
Integer TZLoggingEvent::FErrorCode [private] |
Definition at line 86 of file ZDbcLogging.pas.
string TZLoggingEvent::FMessage [private] |
Definition at line 84 of file ZDbcLogging.pas.
string TZLoggingEvent::FProtocol [private] |
Definition at line 82 of file ZDbcLogging.pas.
TDateTime TZLoggingEvent::FTimestamp [private] |
Definition at line 90 of file ZDbcLogging.pas.
string TZLoggingEvent::Message |
string TZLoggingEvent::Protocol |
TDateTime TZLoggingEvent::Timestamp |