OnlyOnceErrorHandler Error Method (String, Exception)Apache log4net™ SDK Documentation
Log an Error

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

public void Error(
	string message,
	Exception e
)

Implements

IErrorHandler Error(String, Exception)
Remarks

Invokes FirstError(String, Exception, ErrorCode) if and only if this is the first error or the first error after Reset  has been called.

See Also