logError method

void logError(
  1. Object object
)

Implementation

void logError(Object object) => log.severe(object);