option docs

This commit is contained in:
Hiroshi Horie
2021-12-12 18:32:34 +07:00
parent 93d0bc0c19
commit 8041f45def
3 changed files with 26 additions and 12 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
import 'package:logging/logging.dart';
/// Logger used for the entire SDK. To output logs, configure the logger at the
/// entry point of your app. Adjust the logger output level to your needs.
/// A typical configuration would look like the following:
///
///
/// Logger.root.level = Level.FINE;
/// Logger.root.onRecord.listen((record) {
/// print('${record.level.name}: ${record.message}');