LoggerError(String, Exception) Method

Logs an error message with an exception.

Definition

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

Parameters

message  String
Message text to log.
exception  Exception
Exception to log.

Return Value

Boolean
if the message was logged, otherwise is returned.

See Also