Scorched
A simple logging library for scorching all those pesky bugs.
Example
This example shows how to use the library to log a message and check optional values.
use *;
let something = Some;
let nothing = None::;
something.log_except;
nothing.log_except;
log_this;