TNullLogger.Log(TLogLevel,string,Exception) Method

Represents method Log(TLogLevel,string,Exception).

Namespace: Spring.Logging.NullLogger
public
 procedure Log(level: TLogLevel; const msg: string;
 const e: Exception); overload;

Parameters

level
Type: TLogLevel

msg
Type: string

e
Type: Exception

Implements

ILogger.Log(TLogLevel,string,Exception)