Jason Travis Smith d91d4c16f2 Fixed the local macro visibility.
To use the local macros the $crate keyword needed to be used. This now
means that the macro will not work with Rust 2015 edition.
2019-01-21 17:00:07 -05:00
2019-01-21 17:00:07 -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%