casual_logger 0.6.5

What a bother. I want to logging it without setting it.
Documentation
1
2
3
4
5
6
7
8
9
use casual_logger::Log;

fn main() {
    Log::remove_old_logs();

    Log::info("Hello, world!!");

    Log::flush();
}