Package com.google.gwt.logging.client
Class LogConfiguration
- java.lang.Object
-
- com.google.gwt.logging.client.LogConfiguration
-
- All Implemented Interfaces:
EntryPoint
public class LogConfiguration extends java.lang.Object implements EntryPoint
Configures client-side logging using the query params and gwt.xml settings.
-
-
Constructor Summary
Constructors Constructor Description LogConfiguration()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanloggingIsEnabled()static booleanloggingIsEnabled(java.util.logging.Level level)voidonModuleLoad()The entry point method, called automatically by loading a module that declares an implementing class as an entry point.
-
-
-
Method Detail
-
loggingIsEnabled
public static boolean loggingIsEnabled()
-
loggingIsEnabled
public static boolean loggingIsEnabled(java.util.logging.Level level)
-
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
-
-