Logs a formatted message string with the WARN
level.
The message is formatted using the Format method. See String.Format
for details of the syntax of the format string and the behavior of the formatting.
The string is formatted using the InvariantCulture format provider. To specify a localized provider use the WarnFormat method.
This method does not take an Exception object to include in the log event. To pass an Exception use one of the Warn methods instead.
LogImpl Class | log4net.Core Namespace | LogImpl.WarnFormat Overload List