}
public void testLogkitLoggerTraceWithExceptionEnabled()
throws Exception
{
final Priority level = Priority.DEBUG;
final Priority type = Priority.DEBUG;
final String message = "Meep!";
final Throwable throwable = new Throwable();
final boolean output = true;
final MockLogTarget target = new MockLogTarget();