Writing a custom Log4j2 appender for WSO2 Identity Server
It’s needless to say that logs are the saviors for developers. They play a vital role in monitoring and debugging software solutions.
In an abstract view, logging involves providing useful information during the code execution. With production code, usually, there are different levels of logging this information such as AUDIT, INFO, DEBUG, etc. Each level helps to…