Examples of TrivialLoggingEventVOBuilder


Examples of ch.qos.logback.classic.net.testObjectBuilders.TrivialLoggingEventVOBuilder

  // Builder builder = new LoggingEventExtBuilder();
  // runPerfTest(builder, "LoggingEvent object externalization");
  // }

  public void testWithSerialization() throws Exception {
    Builder builder = new TrivialLoggingEventVOBuilder();
    runPerfTest(builder, "LoggingEventVO object serialization");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.