LoggerError(String) Method
Logs an error message.
Namespace: Logging.HelperAssembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
public bool Error(
string message
)
- message String
- Message text to log.
Boolean if the message was logged, otherwise
is returned.