Class LoggingUtil


  • public final class LoggingUtil
    extends java.lang.Object
    Static utility methods for common logging patterns.
    Author:
    Lorand Jakab
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void logSubscribers​(org.slf4j.Logger log, Eid eid, java.util.Set<Subscriber> subscribers)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • logSubscribers

        public static void logSubscribers​(org.slf4j.Logger log,
                                          Eid eid,
                                          java.util.Set<Subscriber> subscribers)