[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiLog' (#tiopf)

TtiLogEvent

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A class to hold a logged event while in the cache

Declaration

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;

Inheritance

TtiLogEvent

  

A class to hold a logged event while in the cache

|

TtiBaseObject,IInterface

|

TObject


Documentation generated on: 2017-08-16