com.vaadin.client.

Class VConsole

  • Deprecated. 

    as of 7.1, use Logger from java.util.logging instead.


    @Deprecated
    public class VConsole
    extends Object

    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.