Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LogImpl.WarnFormat�Method

Logs a formatted message string with the WARN level.

Overload List

Logs a formatted message string with the WARN level.

public�virtual�void�WarnFormat(IFormatProvider,string,params�object[]);

Logs a formatted message string with the WARN level.

public�virtual�void�WarnFormat(string,object);

Logs a formatted message string with the WARN level.

public�virtual�void�WarnFormat(string,object,object);

Logs a formatted message string with the WARN level.

public�virtual�void�WarnFormat(string,object,object,object);

Logs a formatted message string with the WARN level.

public�virtual�void�WarnFormat(string,params�object[]);

See Also

LogImpl Class | log4net.Core Namespace