public class

LogConfiguration

extends Object
implements EntryPoint
java.lang.Object
   ↳ com.google.gwt.logging.client.LogConfiguration

Class Overview

Configures client side logging using the query params and gwt.xml settings.

Summary

Public Constructors
LogConfiguration()
Public Methods
static boolean loggingIsEnabled()
void onModuleLoad()
The entry point method, called automatically by loading a module that declares an implementing class as an entry point.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.core.client.EntryPoint

Public Constructors

public LogConfiguration ()

Public Methods

public static boolean loggingIsEnabled ()

public void onModuleLoad ()

The entry point method, called automatically by loading a module that declares an implementing class as an entry point.