Class LowLevelLogUtil


  • @InternalApi
    public final class LowLevelLogUtil
    extends Object
    PrintWriter-based logging utility for classes too low level to use StatusLogger. Such classes cannot use StatusLogger as StatusLogger or SimpleLogger depends on them for initialization. Other framework classes should stick to using StatusLogger.
    Since:
    2.6
    • Method Detail

      • setLogger

        public static void setLogger​(Logger logger)
        Sets the low level logging strategy to use a delegate Logger.
      • log

        public static void log​(String message)
        Logs the given message.
        Parameters:
        message - the message to log
        Since:
        2.9.2
      • logException

        public static void logException​(Throwable exception)
      • logException

        public static void logException​(String message,
                                        Throwable exception)