AsyncLogStrategy constructor

AsyncLogStrategy(
  1. LogLevel level
)

Implementation

AsyncLogStrategy(super.level) {
  _start();
}