TLogEvent.Create(TLogLevel,TLogEventType,string,TClass,TValue) Constructor
Namespace: Spring.Logging
public constructor Create(level: TLogLevel; eventType: TLogEventType; const msg: string; const classType: TClass; const data: TValue); overload;
Parameters
- level
- Type: TLogLevel
- eventType
- Type: TLogEventType
- msg
- Type: string
- classType
- Type: TClass
- data
- Type: TValue