Logforth Project
Overview
A versatile and extensible logging implementation.
Usage
Add the dependencies to your Cargo.toml
with:
cargo add log
cargo add logforth
... where log is the logging facade and logforth is the logging implementation.
Then, you can use the logger with:
use LevelFilter;
use append;
use TextLayout;
use Dispatch;
use Logger;
Read more demos under the examples directory.
Supported Rust Versions (MSRV 1.71)
Logforth is built against the latest stable release. The minimum supported version is 1.71. The current Logforth version is not guaranteed to build on Rust versions earlier than the minimum supported version.
License and Origin
This project is licensed under Apache License, Version 2.0.
The name Logforth
comes from an antonym to the Logback
project.