Logger.logp() | Java

 

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

Logger

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.