TLogger.Log(string,Exception) Method

Represents method Log(string,Exception).

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

Parameters

msg
Type: string

e
Type: Exception

Implements

ILogger.Log(string,Exception)