Writes log4net internal warning messages to the
standard error stream.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- source
- Type: SystemType
The Type that generated this message. - message
- Type: SystemString
The message to log. - exception
- Type: SystemException
An exception to log.
Remarks
All internal warning messages are prepended with the string "log4net:WARN ".
See Also