Myrddin Dundragon b1211287e8 [#1] Fixed the use std feature build for Rust 2021.
This will bring the library into compliance with the new Rust
2021 version.

This was a simple change of how trait objects are done.
2025-03-02 18:34:58 -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%