Click or drag to resize

LoggerBaseFatal Method (String, String, Exception)

Namespace:  Dynamicweb.Logging
Assembly:  Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntax
public abstract void Fatal(
	string message,
	string systemInfo,
	Exception ex
)

Parameters

message
Type: SystemString
systemInfo
Type: SystemString
ex
Type: SystemException

Implements

ILoggerFatal(String, String, Exception)
See Also