logger library

*[<Null safety>](https://dart.dev/null-safety)*

Properties

log ↔ Logger

The logger instance in which logs will be written.
read / write

Functions

setupLogger({String? name, Level? level, List<String>? globalTags, bool? forceShowCodeLocation}) void

Sets up the default logger for the current Dart application.