loggit 0.1.1

Loggit is a lightweight, easy-to-use logging library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Release notes 

## Version 0.1.1
In this version of the library the file feature has been developed, thus this version contains the next features:
- adding files where to save logs to
- specifying filenames format
- add rotations
- add compression

## Version 0.1.0
That's the first version of the **loggit** library that implements the next features:
- working logging out of the box without any setup
- colorizing log output
- change the format of log
- let's you change the log level
- let's you print date, time, file and line