Class Logging


  • public final class Logging
    extends Object
    Hack(?) to allow logging throughout the tools in different modules to use a common Logger. The used logger can be customized by library users.
    Since:
    1.1.0
    • Method Detail

      • log

        @Internal
        public static void log​(Level level,
                               String message)
        Logging, should only be used internally.
        Since:
        1.1.0
      • logger

        public static void logger​(Logger logger0)
        Can be used to set the logger that will be used by this library.
        Since:
        1.1.0