TLogger.Error(string,Exception) Method

Represents method Error(string,Exception).

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

Parameters

msg
Type: string

e
Type: Exception

Implements

ILogger.Error(string,Exception)