logError abstract method

void logError(
  1. String message
)

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

Implementation

void logError(String message);