LoggerError(String, Object) Method
Logs an error message with arguments.
Namespace: Logging.HelperAssembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
public bool Error(
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.