コード例 #1
0
 /**
  * Subscribe to a LoggingTarget from the network at the specified path, with only sending data for
  * at least a minimum logging level.
  *
  * @param path The path to subscribe to.
  * @param minimum The minimum logging level to send over the network.
  * @return the LoggingTarget.
  */
 public static LoggingTarget subscribeLT(final String path, final LogLevel minimum) {
   return CluckPublisher.subscribeLT(node, path, minimum);
 }