TLogEvent.Create Constructor
Overloads
Delphi
constructor Create(level: TLogLevel; const msg: string)
Parameters
- level
- TLogLevel
- msg
- string
Delphi
constructor Create(level: TLogLevel; eventType: TLogEventType; const msg: string)
Parameters
- level
- TLogLevel
- eventType
- TLogEventType
- msg
- string
Delphi
constructor Create(level: TLogLevel; const msg: string; const e: Exception)
Parameters
- level
- TLogLevel
- msg
- string
- e
- Exception
Delphi
constructor Create(level: TLogLevel; eventType: TLogEventType; const msg: string; const classType: TClass)
Parameters
- level
- TLogLevel
- eventType
- TLogEventType
- msg
- string
- classType
- TClass
Delphi
constructor Create(level: TLogLevel; eventType: TLogEventType; const msg: string; const classType: TClass; const data: TValue)
Parameters
- level
- TLogLevel
- eventType
- TLogEventType
- msg
- string
- classType
- TClass
- data
- TValue