com.google.gwt.core.client.impl
Class AsyncFragmentLoader.StandardLogger

java.lang.Object
  extended by com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger
All Implemented Interfaces:
AsyncFragmentLoader.Logger
Enclosing class:
AsyncFragmentLoader

public static class AsyncFragmentLoader.StandardLogger
extends java.lang.Object
implements AsyncFragmentLoader.Logger

The standard logger used in a web browser. It uses the lightweight metrics system.


Constructor Summary
AsyncFragmentLoader.StandardLogger()
           
 
Method Summary
 void logEventProgress(java.lang.String eventGroup, java.lang.String type, int fragment, int size)
          Log an event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncFragmentLoader.StandardLogger

public AsyncFragmentLoader.StandardLogger()
Method Detail

logEventProgress

public void logEventProgress(java.lang.String eventGroup,
                             java.lang.String type,
                             int fragment,
                             int size)
Description copied from interface: AsyncFragmentLoader.Logger
Log an event. The fragment and size are boxed so that they can be optional. A value of null for either one means that they are not specified.

Specified by:
logEventProgress in interface AsyncFragmentLoader.Logger