Logger.LogLevel

  • The Logger.LogLevel class is deprecated; see the Logger interface for details.

  • This class provides settings for log levels, which are set using the Logger.setLogLevel(int) method.

  • The available log level constants are ERROR, INFO, VERBOSE, and WARNING.

public static classLogger.LogLevel extendsObject

This class is deprecated.
SeeLogger interface for details.

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

Constant Summary

intERROR
intINFO
intVERBOSE
intWARNING

Public Constructor Summary

Inherited Method Summary

From class java.lang.Object
Object
clone()
boolean
equals(Object arg0)
void
finalize()
finalClass<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Constants

public static final intERROR

Constant Value:3

public static final intINFO

Constant Value:1

public static final intVERBOSE

Constant Value:0

public static final intWARNING

Constant Value:2

Public Constructors

publicLogLevel()

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.