Logger constructor

Logger(
  1. Db db,
  2. int serviceId,
  3. bool debug
)

Implementation

Logger(this.db, this.serviceId, this.debug);