info method

void info(
  1. T record
)

Log a record at level Level.info.

Implementation

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