Skip to content

A simple, structured logger for Rust leveraging Serde for serialization

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

khonsulabs/sirlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

A simple, structured logger for Rust leveraging Serde for serialization

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages