Outlog

Outlog is a logging implementation based on the [log] crate.\ It is designed to be as simple as possible, while still providing good looking log output.

Usage

```rust

[macro_use]

extern crate outlog;

outlog::initwithdefault().expect("Failed to initialize logging!");

info!("Hello, World"); ```

Cargo Features

The following features can be enabled when including outlog as a dependency: