Class Logging


  • public class Logging
    extends Object
    A convenience class to be able to use class type (instead of a string) to get a logger.
    Author:
    Ondrej Zizka
    • Constructor Detail

      • Logging

        public Logging()
    • Method Detail

      • get

        public static Logger get​(Class<?> cls)
        Shorthand for JUL's getLogger(String).
      • printMap

        public static String printMap​(Map<? extends Object,​? extends Object> tagCountForAllApps,
                                      boolean valueFirst)
        Formats a Map to a String, each entry as one line, using toString() of keys and values.