sirlog

Crates.iosirlog
lib.rssirlog
version0.0.1
sourcesrc
created_at2021-03-19 22:05:05.17477
updated_at2021-03-19 22:05:05.17477
descriptionA async-io-aware structured logging crate for Rust
homepage
repositoryhttps://github.com/khonsulabs/sirlog
max_upload_size
id371115
size54,406
Publishers (github:khonsulabs:publishers)

documentation

README

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.

Commit count: 5

cargo fmt