Logger constructor

Logger(
  1. bool _debug
)

debugging value is set to true

Implementation

Logger(this._debug);