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
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
loggingIsEnabled
(Level level) void
The 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:EntryPoint
The entry point method, called automatically by loading a module that declares an implementing class as an entry point.- Specified by:
onModuleLoad
in interfaceEntryPoint
-