log4net SDK Reference

ILog.WarnFormat Method

Log a formatted message string with the Warn level.

Overload List

Logs a formatted message string with the Warn level.

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

Logs a formatted message string with the Warn level.

void WarnFormat(string,object);

Logs a formatted message string with the Warn level.

void WarnFormat(string,object,object);

Logs a formatted message string with the Warn level.

void WarnFormat(string,object,object,object);

Logs a formatted message string with the Warn level.

void WarnFormat(string,params object[]);

See Also

ILog Interface | log4net Namespace | Warn | IsWarnEnabled