Logger constructor

const Logger(
  1. String name
)

Creates a new logger with the specified name/tag.

Implementation

const Logger(this.name);