Descripción
Sintaxis
public void log(Level level, String msg)
public void log(Level level, String msg, Object param1)
public void log(Level level, String msg, Object[] params)
public void log(Level level, String msg, Throwable thrown)
public void log(Level level, Throwable thrown, Supplier<String> msgSupplier)
public void log(Level level, Supplier<String> msgSupplier)
public void log(LogRecord record)
Parámetros
- Throwable thrown,
- Object[] params,
- LogRecord record,
- Object param1,
- String msg,
- Level level,
- Supplier<String> msgSupplier,
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.