Jason Travis Smith cdb4efe1b1 Now correctly tests not using the Rust standard library.
Added the ability to correctly create a TestLogger when not
using the standard library. This was done by creating a constant
TestLogger and a set_logger function that returned a constant pointer
to the constant logger.
2017-01-12 15:07:53 -05:00
2017-01-12 15:04:15 -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%