LoggerDebug(String, Object) Method
Logs a debugging message with arguments.
Namespace: Logging.HelperAssembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
public bool Debug(
string message,
params Object[] args
)
- message String
- Composite format message string to log.
- args Object
- An object array that contains zero or more objects to format.
Boolean if the message was logged, otherwise
is returned.