• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2018 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5/// Library for logging the remote debug protocol internals.
6///
7/// Useful for determining connection issues and the like. This is included as a
8/// separate library so that it can be imported under a separate namespace in
9/// the event that you are using a logging package with similar class names.
10library logging;
11
12export 'src/common/logging.dart';
13