LogLog Warn Method (Type, String)Apache log4net™ SDK Documentation
Writes log4net internal warning messages to the standard error stream.

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

public static void Warn(
	Type source,
	string message
)
Remarks

All internal warning messages are prepended with the string "log4net:WARN ".

See Also