Package com.vaadin.client
Class VConsole
- java.lang.Object
-
- com.vaadin.client.VConsole
-
@Deprecated public class VConsole extends Object
Deprecated.as of 7.1, useLogger
from 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 void
dirUIDL(ValueMap u, ApplicationConnection client)
Deprecated.static void
error(String msg)
Deprecated.static void
error(Throwable e)
Deprecated.static void
log(String msg)
Deprecated.static void
log(Throwable e)
Deprecated.static void
printLayoutProblems(ValueMap meta, ApplicationConnection applicationConnection)
Deprecated.static void
printObject(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.
-
-