public static class

Logger.LogLevel

extends Object
java.lang.Object
   ↳ com.google.android.gms.analytics.Logger.LogLevel

Class Overview

Log level settings. The log level is provided to the Logger through the setLogLevel(int) method.

Summary

Constants
int ERROR
int INFO
int VERBOSE
int WARNING
Public Constructors
Logger.LogLevel()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int ERROR

Constant Value: 3 (0x00000003)

public static final int INFO

Constant Value: 1 (0x00000001)

public static final int VERBOSE

Constant Value: 0 (0x00000000)

public static final int WARNING

Constant Value: 2 (0x00000002)

Public Constructors

public Logger.LogLevel ()