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...