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