Log an error
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.0)
Syntax
Parameters
- message
- Type:
System.String
The error message.
Implements
IErrorHandler.Error(String)Remarks
Invokes FirstError(String, Exception, ErrorCode) if and only if this is the first error or the first error after Reset() has been called.
See Also