fxfs/
log.rs

1// Copyright 2022 The Fuchsia 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// This is designed to be imported by users as `use crate::log::*` so we should be judicious when
6// adding to this module.
7
8pub use log::{debug, error, info, warn};