Package com.jitlogic.zorka.core.integ

Examples of com.jitlogic.zorka.core.integ.SyslogTrapper.log()


public class SyslogIntegTest extends ZorkaFixture {

    @Test
    public void testTrivialSyslog() throws Exception{
        SyslogTrapper trapper = syslogLib.trapper("test", "127.0.0.1", "test", SyslogLib.F_LOCAL0);
        trapper.log(SyslogLib.S_ERROR, SyslogLib.F_LOCAL5, "test", "Some test message.");
        Thread.sleep(10);
    }

}
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.