Myrddin Dundragon 45efdb8ccb [#1] Updated the library to compile for Rust 2021.
This was mostly an issue of changing the way Trait objects were
implemented now that you are supposed to use the dyn keyword.

Also changed some atomic operations to use the new non-deprecated
functions.
2025-02-19 19:47:37 -05:00

Scribe

This is a Rust logging system. It is the base that all libraries and executables can use to log messages. The STD library is not required but can be used as a feature of this library.

External Logger

You can create an external logger by implementing the Logger trait and calling 'set_logger'.

Description
Handles logging of event data.
Readme 67 KiB
Languages
Rust 100%