LoggerLog Method

Log a message.

Definition

Namespace: Logging.Helper
Assembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
C#
public bool Log(
	string msg,
	LogSeverity severity = LogSeverity.Information
)

Parameters

msg  String
Message text.
severity  LogSeverity  (Optional)
Identifies the type of trace event.

Return Value

Boolean
if the message was logged, otherwise is returned.

Exceptions

See Also