Nlog is an implementation of the log
crate that sends text to an untitled Windows Notepad window.
```rust
extern crate log;
fn main() { nlog::init(log::LevelFilter::Info).unwrap();
info!("Hello, world! λ");
} ```
This project is licensed under the MIT license. See LICENSE.txt for more information.