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

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -