hp-log 0.2.0

try to implement high performance log :w
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[console_conf]
switch = true
debug = true
info = true 
warn = true 
error = true
fatal = true

[file_conf]
switch = true
debug = true
info = true 
warn = true 
error = true
fatal = true

file_log_dir = "/tmp/log/" 
file_temp_buf = "1048576"