Logs generated using ESAPI logger
问题 I am using ESAPI logger in my application. Logger logger= ESAPI.getLogger(ABC.class) In class ABC.java, we are using INFO level to print logs. By definition we know, Info accepts: Two args: info(Logger.EventType type, java.lang.String message) Three args: info(Logger.EventType type, java.lang.String message, java.lang.Throwable throwable) I have provided two arguments in my application: logger.info(EVENT_TYPE,msg); Logs are generating in the format: [EVENT SUCCESS Anonymus:null@unknown-> /com