Class VConsole


  • @Deprecated
    public class VConsole
    extends Object
    Deprecated.
    as of 7.1, use Logger from java.util.logging instead.
    A helper class to do some client side logging.
    • Constructor Detail

      • VConsole

        public VConsole()
        Deprecated.
    • Method Detail

      • log

        public static void log​(String msg)
        Deprecated.
      • log

        public static void log​(Throwable e)
        Deprecated.
      • error

        public static void error​(Throwable e)
        Deprecated.
      • error

        public static void error​(String msg)
        Deprecated.
      • printObject

        public static void printObject​(Object msg)
        Deprecated.