Logger constructor

Logger([
  1. String name = 'App'
])

Implementation

Logger([this.name = 'App']);