Merge branch 'collectd-4.6' into collectd-4.7
[collectd.git] / bindings / java / org / collectd / api / CollectdLogInterface.java
index ab874c5..ba0350a 100644 (file)
 
 package org.collectd.api;
 
+/**
+ * Interface for objects implementing a log method.
+ *
+ * @author Florian Forster <octo at verplant.org>
+ * @see Collectd#registerLog
+ */
 public interface CollectdLogInterface
 {
        public void log (int severity, String message);