Class DebugLogUtil

java.lang.Object
manifold.api.util.DebugLogUtil

public class DebugLogUtil extends Object
  • Constructor Details

    • DebugLogUtil

      public DebugLogUtil()
  • Method Details

    • 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)
    • getStackTrace

      public static String getStackTrace(Throwable e)