blob: 788db4079436d4d42ff3374efe4b7ad6f0eb0239 [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This is designed to be imported by users as `use crate::log::*` so we should be judicious when
// adding to this module.
pub use tracing::{debug, error, info, warn};