| |
| |
| |
| # logger library |
| |
| |
| |
| |
| |
| |
| *[<Null safety>](https://dart.dev/null-safety)* |
| |
| |
| |
| <p>The logger used within the modular system.</p> |
| |
| |
| |
| |
| |
| |
| ## Properties |
| |
| ##### [log](../package-fuchsia_logger_logger/log.md) ↔ Logger |
| |
| |
| |
| The logger instance in which logs will be written. |
| _<span class="feature">read / write</span>_ |
| |
| |
| |
| |
| ## Functions |
| |
| ##### [setupLogger](../package-fuchsia_logger_logger/setupLogger.md)({String? name, Level? level, List<String>? globalTags, bool? forceShowCodeLocation}) void |
| |
| |
| |
| Sets up the default logger for the current Dart application. |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |