Logger constructor
const
Logger(
- String name
Creates a new logger with the specified name/tag.
Implementation
const Logger(this.name);
Creates a new logger with the specified name/tag.
const Logger(this.name);