Logger<T> constructor

const Logger<T>(
  1. LogLevel logLevel
)

Implementation

const Logger(this.logLevel);