Class JsLog

java.lang.Object
io.deephaven.web.client.fu.JsLog

public class JsLog extends Object
A place where we can shuffle off things we want to log for development, but not necessarily in production.
  • Method Details

    • shouldSpam

      public static boolean shouldSpam()
    • debugMaybe

      public static void debugMaybe(JsProvider<Object[]> msgs)
    • debug

      public static void debug(Object... msgs)
    • info

      public static void info(Object... msgs)
    • warn

      public static void warn(Object... msgs)
    • error

      public static void error(Object... msgs)