verbose method

void verbose(
  1. String s
)

Implementation

void verbose(String s) {
  _p(_s(s), LogLevel.verbose);
}