logError abstract method
Log the fact that an error, described by the given message
, has occurred.
Implementation
void logError(String message);
Log the fact that an error, described by the given message
, has occurred.
void logError(String message);