warn method

void warn(
  1. T record
)

Log a record at level Level.warn.

Implementation

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