hey folks,
I had to write up a custom logger implementation because I needed to store the logs in a file and rotate them as well. I have extended
LoggerText
and have implemented the methods as well and while its working its skipping a lot of debug messages that we get with the inbuilt logger as well as not being able to handle objects being passed to it. I have looked at the source code for it and have stuck to it as much as I could.
I would really appreciate it if someone could point out whats wrong with it.
code:
https://pastebin.com/tpGxyM0Pactual output:
https://pastebin.com/ABtC8QSa