Package com.vaadin.client
Class VConsole
- java.lang.Object
-
- com.vaadin.client.VConsole
-
@Deprecated public class VConsole extends Object
Deprecated.as of 7.1, useLoggerfrom java.util.logging instead.A helper class to do some client side logging.
-
-
Constructor Summary
Constructors Constructor Description VConsole()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voiddirUIDL(ValueMap u, ApplicationConnection client)Deprecated.static voiderror(String msg)Deprecated.static voiderror(Throwable e)Deprecated.static voidlog(String msg)Deprecated.static voidlog(Throwable e)Deprecated.static voidprintLayoutProblems(ValueMap meta, ApplicationConnection applicationConnection)Deprecated.static voidprintObject(Object msg)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.
-
dirUIDL
public static void dirUIDL(ValueMap u, ApplicationConnection client)
Deprecated.
-
printLayoutProblems
public static void printLayoutProblems(ValueMap meta, ApplicationConnection applicationConnection)
Deprecated.
-
-