
public static class AsyncFragmentLoader.StandardLogger extends Object implements AsyncFragmentLoader.Logger
| Constructor and Description |
|---|
StandardLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
logEventProgress(String eventGroup,
String type,
int fragment,
int size)
Log an event.
|
public void logEventProgress(String eventGroup, String type, int fragment, int size)
AsyncFragmentLoader.Loggerfragment and size are boxed
so that they can be optional. A value of null for either one
means that they are not specified.logEventProgress in interface AsyncFragmentLoader.LoggerCopyright © 2018. All rights reserved.