logError static method

void logError(
  1. String msg
)

Implementation

static void logError(String msg) {
  getLogger().e(msg);
}