Package ch.qos.logback.classic.net.mock

Examples of ch.qos.logback.classic.net.mock.MockSyslogServer


  public void setMockServerAndConfigure(int expectedCount, String suffixPattern)
      throws InterruptedException {
    int port = RandomUtil.getRandomServerPort();

    mockServer = new MockSyslogServer(expectedCount, port);
    mockServer.start();
    // give MockSyslogServer head start

    Thread.sleep(100);
View Full Code Here

TOP

Related Classes of ch.qos.logback.classic.net.mock.MockSyslogServer

Copyright © 2018 www.massapicom. 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.