notice method

void notice(
  1. String message
)

Implementation

void notice(String message) => lg.finer(message);