Skip to main content

Crate log_full

Crate log_full 

Source
Expand description

log-full - 功能丰富的 Rust 日志库

提供灵活的日志配置、颜色输出、文件监控等功能

Re-exports§

pub use error::LogError;
pub use error::LogResult;
pub use config::LogConfig;
pub use config::ConfigBuilder;
pub use config::ConfigLoader;
pub use colors::ColorConfig;
pub use colors::ColorApplier;
pub use colors::ColorTheme;
pub use watcher::FileWatcher;
pub use watcher::WatcherBuilder;
pub use watcher::FileEvent;
pub use builder::Builder;
pub use logger::CustomFilter;
pub use logger::LogPlus;
pub use init::init_log;
pub use init::init_log_simple;
pub use init::init_log_with_plugin;
pub use init::init_log_with_filter;
pub use init::init_log_with_all;
pub use init::set_level;
pub use init::is_initialized;
pub use init::current_log_level;
pub use utils::parse_level;
pub use utils::parse_size;
pub use utils::version;
pub use utils::build_info;
pub use quickwit::QuickwitConfig;
pub use quickwit::QuickwitClient;
pub use quickwit::QuickwitLogEntry;

Modules§

builder
日志构建器模块
colors
颜色输出模块
config
配置管理模块
error
错误处理模块
init
日志初始化模块
logger
核心日志器模块
quickwit
Quickwit 集成模块
utils
工具函数模块
watcher
文件监控模块