nolog 1.0.19

Pretty (by default) and easy to use logger. Compile-time level filtering, zero deps.
Documentation
// Copyright (c) 2022-present Vadim Glinka
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option.

pub mod level_inner;
pub mod format;
pub mod msg_render;
pub mod writelog;
pub mod customization;
pub mod lvl_header;
pub mod color;
pub mod separator;
pub mod indent;
pub mod indent_base;
pub mod newline;

#[cfg(
    all(
        not(feature = "logonly"),
        not(feature = "logmod"),
))]
pub mod level;