Descripción
Sintaxis
@Deprecated public void logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String msg)
@Deprecated public void logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Object param1)
@Deprecated public void logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Object[] params)
@Deprecated public void logrb(Level level, String sourceClass, String sourceMethod, String bundleName, String msg, Throwable thrown)
public void logrb(Level level, String sourceClass, String sourceMethod, ResourceBundle bundle, String msg, Object... params)
public void logrb(Level level, String sourceClass, String sourceMethod, ResourceBundle bundle, String msg, Throwable thrown)
public void logrb(Level level, ResourceBundle bundle, String msg, Object... params)
public void logrb(Level level, ResourceBundle bundle, String msg, Throwable thrown)
Parámetros
- String sourceClass,
- Throwable thrown,
- Object[] params,
- Object param1,
- Object… params,
- String msg,
- ResourceBundle bundle,
- Level level,
- String sourceMethod,
- String bundleName,
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.