Coaly

A Rust library for logging and tracing. There are various libraries for that purpose around, but especially in situations where direct debugging isn't possible or spurious errors must be tracked down, Coaly can be worth a try due to some unique features:

Documentation:

Usage

Add this to your Cargo.toml:

toml [dependencies] coaly = "0.1.0"

To get started using Coaly, view the sample configuration file in the doc folder.

Versions

Coaly is still under construction.

Current Coaly versions are:

A detailed changelog is available for releases.

Rust version requirements

Coaly complies to the 2021 Rust standard and requires Rustc version 1.36 or greater.

Crate Features

Coaly is built with this features enabled by default:

Optional, the following features can be added:

License

Coaly is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT, and COPYRIGHT for details.