Package | Description |
---|---|
fr.gouv.vitam.common.alert | |
fr.gouv.vitam.common.logging |
Logging Module largely inspired from Netty
|
fr.gouv.vitam.common.metrics |
This package contains the metric classes used in VITAM
|
fr.gouv.vitam.common.server.application.configuration |
Contains the VitamApplicationConfiguration and all basic configuration sub-interface and implementations such as
DbConfiguration and DbConfigurationImpl.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertServiceImpl.createAlert(VitamLogLevel level,
String message) |
void |
AlertService.createAlert(VitamLogLevel level,
String message)
Create an alert with the specified message and level
|
Modifier and Type | Field and Description |
---|---|
protected static VitamLogLevel |
VitamLoggerFactory.currentLevel |
Modifier and Type | Method and Description |
---|---|
VitamLogLevel |
VitamLogger.getLevel()
Get the log level of this logger
|
protected VitamLogLevel |
JdkLoggerFactory.getLevelSpecific() |
protected VitamLogLevel |
LogbackLoggerFactory.getLevelSpecific() |
protected abstract VitamLogLevel |
VitamLoggerFactory.getLevelSpecific() |
static VitamLogLevel |
VitamLoggerFactory.getLogLevel() |
static VitamLogLevel |
VitamLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VitamLogLevel[] |
VitamLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractVitamLogger.isEnabled(VitamLogLevel level) |
boolean |
VitamLogger.isEnabled(VitamLogLevel level)
Is the logger instance enabled for the specified
level ? |
void |
AbstractVitamLogger.log(VitamLogLevel level,
String msg) |
void |
VitamLogger.log(VitamLogLevel level,
String msg)
Log a message at the specified
level . |
void |
AbstractVitamLogger.log(VitamLogLevel level,
String format,
Object... arguments) |
void |
VitamLogger.log(VitamLogLevel level,
String format,
Object... arguments)
Log a message at the specified
level according to the specified format and arguments. |
void |
AbstractVitamLogger.log(VitamLogLevel level,
String format,
Object arg) |
void |
VitamLogger.log(VitamLogLevel level,
String format,
Object arg)
Log a message at the specified
level according to the specified format and argument. |
void |
AbstractVitamLogger.log(VitamLogLevel level,
String format,
Object argA,
Object argB) |
void |
VitamLogger.log(VitamLogLevel level,
String format,
Object argA,
Object argB)
Log a message at the specified
level according to the specified format and arguments. |
void |
AbstractVitamLogger.log(VitamLogLevel level,
String msg,
Throwable cause) |
void |
VitamLogger.log(VitamLogLevel level,
String msg,
Throwable t)
Log an exception (throwable) at the specified
level with an accompanying message. |
void |
AbstractVitamLogger.log(VitamLogLevel level,
Throwable cause) |
void |
VitamLogger.log(VitamLogLevel level,
Throwable t)
Log an exception (throwable) at the specified
level . |
protected void |
JdkLoggerFactory.seLevelSpecific(VitamLogLevel level) |
protected void |
LogbackLoggerFactory.seLevelSpecific(VitamLogLevel level) |
protected abstract void |
VitamLoggerFactory.seLevelSpecific(VitamLogLevel level)
Set the level for the specific implementation
|
protected static void |
VitamLoggerFactory.setInternalLogLevel(VitamLogLevel level) |
void |
VitamLogger.setLevel(VitamLogLevel level)
Change the log level of this logger
|
static void |
VitamLoggerFactory.setLogLevel(VitamLogLevel level) |
Constructor and Description |
---|
JdkLoggerFactory(VitamLogLevel level) |
LogbackLoggerFactory(VitamLogLevel level) |
VitamLoggerFactory(VitamLogLevel level) |
Modifier and Type | Method and Description |
---|---|
LogbackReporter.Builder |
LogbackReporter.Builder.logLevel(VitamLogLevel logLevel)
Set the LogBack log level
|
Modifier and Type | Method and Description |
---|---|
VitamLogLevel |
VitamMetricsConfiguration.getMetricLogLevel()
Get the metric log level
|
Modifier and Type | Method and Description |
---|---|
VitamMetricsConfiguration |
VitamMetricsConfiguration.setMetricLogLevel(VitamLogLevel metricLogLevel)
Set the metric log level
|
Copyright © 2018 Vitam. All rights reserved.