Log the fact that an error, described by the given message, has occurred.
message
@override void logError(String message) => _log(TAG_ERROR, message);