Class DebugLogUtil


  • public class DebugLogUtil
    extends Object
    • Constructor Detail

      • DebugLogUtil

        public DebugLogUtil()
    • Method Detail

      • log

        public static void log​(String path,
                               String msg)
        Log debug message to specified path/file. Note this is a last ditch logging effort for use-cases where logging to System.err/out or other means fails.
      • log

        public static void log​(String path,
                               String msg,
                               boolean append)
      • log

        public static void log​(String path,
                               Throwable t)
        Log exception stack trace to specified path/file. Note this is a last ditch logging effort for use-cases where logging to System.err/out or other means fails.
      • log

        public static void log​(String path,
                               Throwable t,
                               boolean append)