error method

void error(
  1. T record
)

Log a record at level Level.error.

Implementation

void error(T record) => log(Level.error, record);