LoggerInfo(String) Method

Logs an informational message.

Definition

Namespace: Logging.Helper
Assembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
C#
public bool Info(
	string message
)

Parameters

message  String
Message text to log.

Return Value

Boolean
if the message was logged, otherwise is returned.

See Also