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

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static void Error(
	Type source,
	string message
)

Parameters

source
Type: SystemType
The Type that generated this message.
message
Type: SystemString
The message to log.
Remarks

All internal error messages are prepended with the string "log4net:ERROR ".

See Also

Reference