Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
io.realm.log

Class LogLevel

java.lang.Object
io.realm.log.LogLevel

Los niveles de registro definidos y utilizados por Realm al registrar eventos en la API. Realm utiliza los niveles de registro definidos por Log4J: https://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html

Tip

  • RealmLog.add(RealmLogger)

Constructor and Description
Modificador y Tipo
Campo y Descripción

public static final int

Todo

ALL tiene el rango más bajo posible y está destinado a activar todo el registro.

public static final int

DEBUG

El nivel DEBUG señala eventos informativos detallados que son principalmente útiles para depurar una aplicación.

public static final int

ERROR

The ERROR level designates error events that might still allow the application to continue running.

public static final int

Fatal

El nivel FATAL designa eventos de error muy graves que, presumiblemente, llevarán a la aplicación a abortar.

public static final int

información

The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.

public static final int

OFF

The OFF has the highest possible rank and is intended to turn off logging.

public static final int

TRACE

The TRACE level designates finer-grained informational events than DEBUG.

public static final int

ADVERTENCIA

The WARN level designates potentially harmful situations.

  • Métodos heredados de la clase java.lang.Object: getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

ALL tiene el rango más bajo posible y está destinado a activar todo el registro.

El nivel DEBUG señala eventos informativos detallados que son principalmente útiles para depurar una aplicación.

The ERROR level designates error events that might still allow the application to continue running.

El nivel FATAL designa eventos de error muy graves que, presumiblemente, llevarán a la aplicación a abortar.

The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.

The OFF has the highest possible rank and is intended to turn off logging.

The TRACE level designates finer-grained informational events than DEBUG.

The WARN level designates potentially harmful situations.

public LogLevel ()

Volver

io.realm.log

En esta página