Sign in
flutter
/
mirrors
/
cocoon
/
792aa82143bb12e97f396cb2a462ad617dbd22bc
/
.
/
auto_submit
/
lib
/
service
/
log.dart
blob: 2b07c9d5a3c44e7e65eed13e8c80f12b76070ec0 [
file
] [
log
] [
blame
]
// Copyright 2022 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:logging/logging.dart'
;
final
Logger log
=
Logger
(
'auto_submit'
);