ILog Warn Method (Object, Exception)Apache log4net™ SDK Documentation
Log a message object with the Warn level including the stack trace of the OnlineException passed as a parameter.

Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

void Warn(
	Object message,
	Exception exception
)
Remarks

See the [M:Warn(object)] form for more detailed information.

See Also

[M:Warn(object)]