Writes log4net internal error messages to the
standard error stream.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- source
- Type: System Type
The Type that generated this message.
- message
- Type: System String
The message to log.
- exception
- Type: System Exception
An exception to log.
Remarks
All internal debug messages are prepended with the string "log4net:ERROR ".
See Also