| Crates.io | nlog |
| lib.rs | nlog |
| version | 0.2.2 |
| created_at | 2020-12-05 12:44:22.696201+00 |
| updated_at | 2021-01-05 15:14:51.999525+00 |
| description | Log implementation that sends text to a Windows notepad window. |
| homepage | |
| repository | https://gitdab.com/LunarLambda/nlog |
| max_upload_size | |
| id | 319835 |
| size | 14,570 |
Nlog is an implementation of the log crate that sends text to an untitled Windows Notepad window.
#[macro_use]
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.