Class LogConfiguration

java.lang.Object
com.google.gwt.logging.client.LogConfiguration
All Implemented Interfaces:
EntryPoint

public class LogConfiguration extends Object implements EntryPoint
Configures client-side logging using the query params and gwt.xml settings.
  • Constructor Details

    • LogConfiguration

      public LogConfiguration()
  • Method Details

    • loggingIsEnabled

      public static boolean loggingIsEnabled()
    • loggingIsEnabled

      public static boolean loggingIsEnabled(Level level)
    • 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 interface EntryPoint