1 unstable release

0.0.1 Mar 19, 2021

#69 in #keep

MIT/Apache

26KB
470 lines

SirLog

Live Build Status codecov

This project is extremely early in development, and is being developed as part of a custom application stack for Cosmic Verge.

The goals of this logging framework are:

  • Keep it simple: With modern async tooling, many logging frameworks are more complicated than they need to be.
  • Take advantage of Rust: While the examples are currently using Strings for messages, SirLog is designed to allow interoperability with enums for messages/processes as well as any serde-serializable object for structured data.
  • Provide a rust-only stack for centralized log collection and archiving. (Not available yet)

More information coming soon.

Licensed under the MIT License and the Apache License 2.0.

Dependencies

~5–12MB
~128K SLoC