public static class

AsyncFragmentLoader.StandardLogger

extends Object
implements AsyncFragmentLoader.Logger
java.lang.Object
   ↳ com.google.gwt.core.client.impl.AsyncFragmentLoader.StandardLogger

Class Overview

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

Summary

Public Constructors
AsyncFragmentLoader.StandardLogger()
Public Methods
void logEventProgress(String eventGroup, String type, int fragment, int size)
Log an event.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.core.client.impl.AsyncFragmentLoader.Logger

Public Constructors

public AsyncFragmentLoader.StandardLogger ()

Public Methods

public void logEventProgress (String eventGroup, String type, int fragment, int size)

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.