[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A class to hold a logged event while in the cache
Source position: tiLog.pas line 89
type TtiLogEvent = class(TtiBaseObject) end; |
public |
property DateTime: string; [rw] |
property LogMessage: string; [rw] |
property ShortLogMessage: string; [r] |
property Severity: TtiLogSeverity; [rw] |
property ThreadID: string; [rw] |
property SeverityAsString: string; [rw] |
property SeverityAsGUIString: string; [rw] |
function AsString; |
function AsStringStripCrLf; |
function AsLeftPaddedString; |
|
A class to hold a logged event while in the cache |
|
| | ||
TtiBaseObject,IInterface |
||
| | ||
TObject |