TextFileLoggerLogError 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 override void LogError(
string error
)
Public Overrides Sub LogError (
error As String
)
public:
virtual void LogError(
String^ error
) override
abstract LogError :
error : string -> unit
override LogError :
error : string -> unit
Parameters
- error
- Type: SystemString
The error to log.
See Also