Package com.google.gwt.logging.client
Class LogConfiguration
java.lang.Object
com.google.gwt.logging.client.LogConfiguration
- All Implemented Interfaces:
EntryPoint
Configures client-side logging using the query params and gwt.xml settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanloggingIsEnabled(Level level) voidThe entry point method, called automatically by loading a module that declares an implementing class as an entry point.
-
Constructor Details
-
LogConfiguration
public LogConfiguration()
-
-
Method Details
-
loggingIsEnabled
public static boolean loggingIsEnabled() -
loggingIsEnabled
-
onModuleLoad
public void onModuleLoad()Description copied from interface:EntryPointThe entry point method, called automatically by loading a module that declares an implementing class as an entry point.- Specified by:
onModuleLoadin interfaceEntryPoint
-