![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Product Manuals » DBISAM Version 4 Manual for RAD Studio XE (Delphi) » Component Reference » TLogRecord |
TLogRecord = packed record DateTime: TDateTime; Category:
TLogCategory; EventType: TLogEventType; Text: String[255];
ServerVersion: Currency; ClientVersion: Currency; ClientAddress:
String[60]; ClientEncrypted: Boolean; ClientUser: String[30];
ClientRequest: Word; ClientRequestName: String[30];
ClientThread: Integer; ClientSession: Integer; end;| Field | Description |
| DateTime | Indicates the date and time of the log entry. |
| Category | Indicates the category of the log entry - an information message, a warning, or an error. |
| EventType | Indicates the type of log entry. |
| Text | Indicates the actual log entry message or error message, if the log entry is for an error. |
| ServerVersion | Indicates the version of DBISAM in use with the database server. |
| ClientVersion | Indicates the version of DBISAM in use with the client session, if applicable, when the log entry was generated. |
| ClientAddress | Indicates the client session's IP address, if applicable, when the log entry was generated. |
| ClientEncrypted | Indicates whether the client session was encrypted or not, if applicable, when the log entry was generated. |
| ClientUser | Indicates the client session's user name, if applicable, when the log entry was generated. |
| ClientRequest | Indicates the request code that was being processed, if applicable, when the log entry was generated. |
| ClientRequestName | Indicates the request name (as text) that was being processed, if applicable, when the log entry was generated. |
| ClientThread | Indicates the client session thread ID that was being used for the connection, if applicable, when the log entry was generated. |
| ClientSession | Indicates the client session ID that was being used, if applicable, when the log entry was generated. |
This web page was last updated on Tuesday, December 16, 2025 at 07:07 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

