This is c++ library use for write log to file
- This library can work linux/windows.
- Logger is multi-thread safe.
- On Linux is multi-process safe.
- On Linux support change log file owner when you need.
- Support log file auto split by to way and cycle log to you point directory:
-
split log file by every day,after split the logfile name like 'name'.year-mon-day
-
split log file by log max size,at you can point at Init(),after split logfile the name like 'name'.number,the number in [1-5]
If you have some problem of logger,you can send email to imawljiang@gmail.com