Click or drag to resize
EmailLoggerLogError Method
doogal.co.uk Home



Logs the specified error.

Namespace: Utilities
Assembly: ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public override void LogError(
	string error
)

Parameters

error
Type: SystemString
The error to log.
See Also