Log constructor

Log({
  1. LEVELS level = LEVELS.TRACE,
  2. bool colorize = false,
  3. bool metadata = false,
  4. bool usePrint = true,
})

Implementation

Log({this.level = LEVELS.TRACE, this.colorize = false, this.metadata = false, this.usePrint = true});