Package com.volantis.synergetics.reporting

Examples of com.volantis.synergetics.reporting.Log4jReportHandler.report()


        metrics.put("B", "C");
        metrics.put(":MESSAGE", "This message");
        metrics.put(":EVENT", Event.STOP.toString());
        metrics.put(":STATUS", Status.SUCCESS);
        metrics.put(":TIMESTAMP", new Date());
        h.report(metrics);
    }
}
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.