fatal method

void fatal(
  1. T record
)

Log a record at level Level.fatal.

Implementation

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