//! The simplest possible use of the `logging` crate (published as `pylogging`).
//!
//! Run it with:
//!
//! ```sh
//! cargo run --example basic
//! ```
//!
//! For a fuller demo (custom timestamp format, per-level ANSI colors, and
//! level filtering), see `examples/quickstart.rs`.
use ;