-
Notifications
You must be signed in to change notification settings - Fork 6
iamwljiang/logger
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
This is c++ log library use this write log to file will very simple,support multi-thread safe,linux multi-process safe,linux file owner ,log auto split,etc..
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published