logError method

  1. @override
void logError(
  1. String message
)
override

Log the fact that an error, described by the given message, has occurred.

Implementation

@override
void logError(String message) => _log(TAG_ERROR, message);