We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cbd28 commit 68ad242Copy full SHA for 68ad242
lib/src/logger.dart
@@ -47,9 +47,9 @@ class Logger {
47
static Level level = Level.verbose;
48
49
// NOTE: callbacks are soon to be removed
50
- static final Set<LogCallback> _logCallbacks = Set();
+ static final Set<LogCallback> _logCallbacks = {};
51
52
- static final Set<OutputCallback> _outputCallbacks = Set();
+ static final Set<OutputCallback> _outputCallbacks = {};
53
54
final LogFilter _filter;
55
final LogPrinter _printer;
pubspec.yaml
@@ -4,7 +4,7 @@ version: 0.8.3
4
homepage: https://github.com/leisim/logger
5
6
environment:
7
- sdk: ">=2.1.0 <3.0.0"
+ sdk: ">=2.2.0 <3.0.0"
8
9
dependencies:
10
io: ^0.3.3
0 commit comments