Skip to content

Commit

Permalink
Shorten logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftplacer committed Nov 6, 2024
1 parent c7a69e6 commit feecef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sane/lib/src/sane_dev.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'dart:typed_data';
import 'package:logging/logging.dart';
import 'package:sane/sane.dart';

final _logger = Logger('sane.sane_dev');
final _logger = Logger('sane.dev');

class SaneDev implements Sane {
@override
Expand Down

0 comments on commit feecef0

Please sign in to comment.