Package | Description |
---|---|
es.gob.afirma.core |
Módulo Núcleo del Cliente @firma.
|
Modifier and Type | Method and Description |
---|---|
static LogManager.App |
LogManager.App.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogManager.App[] |
LogManager.App.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
LogManager.install(LogManager.App app)
Instala los manejadores de registro adicionales creando el fichero de registro en el directorio
predeterminado.
|
static void |
LogManager.install(LogManager.App app,
java.lang.String logFilePath)
Instala los manejadores de registro adicionales.
|