try
block whenlogging with {@link StdErrLog} implementation.Use of other logging implementation cause no effect when using this class
Example:
try (StacklessLogging scope = new StacklessLogging(EventDriver.class,Noisy.class)) { doActionThatCausesStackTraces(); }
|
|
|
|
|
|
|
|