final Throwable throwable = new Throwable();
final boolean output = true;
final Jdk14Logger logger = createLogger( level );
logger.trace( message, throwable );
checkLogger( output, message, throwable, type );
}
public void testJdk14LoggerTraceWithExceptionDisabled()
throws Exception