blob: f79081fe3d811779639ab283b63fa13c030dcc2f [file] [log] [blame] [view]
# 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) &#8596; 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&lt;String>? globalTags, bool? forceShowCodeLocation}) void
Sets up the default logger for the current Dart application.