LoggerError(Exception) Method

Logs an exception.

Definition

Namespace: Logging.Helper
Assembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
C#
public bool Error(
	Exception exception
)

Parameters

exception  Exception
Exception to log.

Return Value

Boolean
if the message was logged, otherwise is returned.

See Also