Logs a formatted message string with the Warn level.
Namespace: log4netAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- format
- Type: System String
A String containing zero or more format items
- arg0
- Type: System Object
An Object to format
- arg1
- Type: System Object
An Object to format
- arg2
- Type: System Object
An Object to format
Remarks
The message is formatted using the String.Format method. See [M:String.Format(string, object[])] for details of the syntax of the format string and the behavior of the formatting.
This method does not take an Exception object to include in the log event. To pass an Exception use one of the [M:Warn(object,Exception)] methods instead.
See Also
[M:Warn(object)]