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 f7d39b6 commit 5fc62ecCopy full SHA for 5fc62ec
lib/src/timer.dart
@@ -7,7 +7,7 @@ import 'package:strlog/src/interface.dart';
7
abstract interface class Timer {
8
/// Stops timer and outputs a log record containing a [message] and the measured time between
9
/// the [Interface.startTimer] call and this [stop] call.
10
- ///
+ ///
11
/// An optional [level] can be specified to control the output log level, and
12
/// additional [fields] can be added to provide extra context in the log record.
13
void stop(String message, {Level? level, Iterable<Field>? fields});
0 commit comments