Hi All,
Looking on some guidance on the logging library which i can incorporate in my project.The requirements are
- Logs can be directed to some file.
- Logs should be rotated on daily basis.Name shall be configurable on the basis of date when it is rotated so that we could refer it easily.
- Logs should be rotatable on the basis of size/number of lines of the log file.
- It shall print the file or function name with date time apart from message we want to print.
- Shall have logging level.
I tried using log4go “https://github.com/jeanphorn/log4go” and i am getting the messages but not really happy with the rotation part.point 2,4 are not working properly.
Regards,
Rajesh