Logger.create constructor

Logger.create(
  1. String name,
  2. LogHandler logHandler
)

Implementation

Logger.create(this.name, this.logHandler);