scribe/README.md
Jason Travis Smith 76051cc2c2 Adding a README and removing the Cargo.lock file.
The Cargo.lock file is not needed for libraries.
2016-08-24 12:21:53 -04:00

10 lines
312 B
Markdown

# 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'.