java - print the exception with date before the logger initialization -
i'm having java application in log4j used logging purpose. while i'm starting application getting exception in expecting logs kind of date format.
e.g 11-5-2015 04:30:24 ist java.lang.exception i getting exception before logger getting initialized. there way/tools/flags print exception date before logger initialization?
Comments
Post a Comment