LoggerImplementationLogError Method |
doogal.co.uk Home
Logs the specified error.
Namespace: UtilitiesAssembly: ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax public abstract void LogError(
string error
)
Public MustOverride Sub LogError (
error As String
)
public:
virtual void LogError(
String^ error
) abstract
abstract LogError :
error : string -> unit
Parameters
- error
- Type: SystemString
The error to log.
See Also