5 Commits

Author SHA1 Message Date
77d217069f Get logger now returns the logger properly.
It was incorrectly testing the state and would only return a logger
while it was in the initializing state. This is the opposite of what
was desired.
2016-09-06 11:55:20 -04:00
04152081be Any missing documentation will now be considered a warning. 2016-08-24 12:57:44 -04:00
13a2cee826 The Logger system can now be expanded with external logging libraries.
While external loggers can be used, if you are compiling with
--features use_std, then it will default to just printing everything
to the stdout unless a logger is created.

This library can be used without the STD library, however, you will have
to write an external logger.
2016-08-24 11:41:48 -04:00
Jason Travis Smith
200be2c0db Turned this into a basic and simple logging system for now.
Currently the library will handle using the log macros to directly
call println!(). Later this can be set to actually log the errors.
2016-01-10 04:24:31 -05:00
Jason Smith
38b626070a A simple start at a logging facility. 2015-12-09 17:51:31 -05:00