Jason Travis Smith a1ebb45e35 Rust 2018 change.
Changing the crate path start back to self as it is a little more
consistent with how modules are handled.
2019-01-21 20:53:33 -05:00
2019-01-21 20:53:33 -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%