Logger.Debug(String, Object[]) Method

Logs a debugging message with arguments.

Definition

Namespace: Logging.Helper
Assembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
C#
public bool Debug(
	string message,
	params Object[] args
)

Parameters

message  String
Composite format message string to log.
args  Object[]
An object array that contains zero or more objects to format.

Return Value

Boolean
true if the message was logged, otherwise false is returned.

See Also