TAbstractLogger.Log Method

Overloads

Log(TLogEvent)

Delphi
procedure Log(const event: TLogEvent)

Parameters

event
TLogEvent

Log(string)

Delphi
procedure Log(const msg: string)

Parameters

msg
string

Log(string, Exception)

Delphi
procedure Log(const msg: string; const e: Exception)

Parameters

msg
string
e
Exception

Log(string, array of TVarRec)

Delphi
procedure Log(const fmt: string; const args: array of TVarRec)

Parameters

fmt
string
args
array of TVarRec

Log(string, array of TVarRec, Exception)

Delphi
procedure Log(const fmt: string; const args: array of TVarRec; const e: Exception)

Parameters

fmt
string
args
array of TVarRec
e
Exception

Log(TLogLevel, string)

Delphi
procedure Log(level: TLogLevel; const msg: string)

Parameters

level
TLogLevel
msg
string

Log(TLogLevel, string, Exception)

Delphi
procedure Log(level: TLogLevel; const msg: string; const e: Exception)

Parameters

level
TLogLevel
msg
string
e
Exception

Log(TLogLevel, string, array of TVarRec)

Delphi
procedure Log(level: TLogLevel; const fmt: string; const args: array of TVarRec)

Parameters

level
TLogLevel
fmt
string
args
array of TVarRec

Log(TLogLevel, string, array of TVarRec, Exception)

Delphi
procedure Log(level: TLogLevel; const fmt: string; const args: array of TVarRec; const e: Exception)

Parameters

level
TLogLevel
fmt
string
args
array of TVarRec
e
Exception