I want to have a special TRACE log file (monitoring SOAP communication) which I want to be easily turned "on/off". Without lazy file creation I must disable the appender itself so that the TRACE file is not created, instead of just changing the logging level.
I want to have a special TRACE log file (monitoring SOAP communication) which I want to be easily turned "on/off". Without lazy file creation I must disable the appender itself so that the TRACE file is not created, instead of just changing the logging level.