Question
AEM 6.2 , 6.3 : Custom Logs to log specific infomration
I have a java service class (say CookieServlet.class) and from this class I want to record a specific information (say the cookie set time) in a log file every time this class is invoked.
Creating a custom log file and having a log level of debug or info would display all the logs of this class where as i want to record only one specific information in a log file.
What can be the possible workaround ?