Skip navigation links
A C D E F G I L N O S T W 

A

AbstractLoggerAdapter - Class in org.apache.logging.log4j.jul
Abstract Logger registry.
AbstractLoggerAdapter() - Constructor for class org.apache.logging.log4j.jul.AbstractLoggerAdapter
 
addLogger(Logger) - Method in class org.apache.logging.log4j.jul.LogManager
 
ApiLogger - Class in org.apache.logging.log4j.jul
Log4j API implementation of the JUL Logger class.
ApiLoggerAdapter - Class in org.apache.logging.log4j.jul
Logger registry implementation using just log4j-api.
ApiLoggerAdapter() - Constructor for class org.apache.logging.log4j.jul.ApiLoggerAdapter
 

C

config(String) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
CONFIG - Static variable in class org.apache.logging.log4j.jul.LevelTranslator
Custom Log4j level corresponding to the Level.CONFIG logging level.
Constants - Class in org.apache.logging.log4j.jul
Constants for the JUL adapter.
CoreLogger - Class in org.apache.logging.log4j.jul
Log4j Core implementation of the JUL Logger class.
CoreLoggerAdapter - Class in org.apache.logging.log4j.jul
Logger registry implementation that uses log4j-core.
CoreLoggerAdapter() - Constructor for class org.apache.logging.log4j.jul.CoreLoggerAdapter
 

D

DefaultLevelConverter - Class in org.apache.logging.log4j.jul
Default implementation of LevelConverter strategy.
DefaultLevelConverter() - Constructor for class org.apache.logging.log4j.jul.DefaultLevelConverter
 
doSetLevel(Level) - Method in class org.apache.logging.log4j.jul.ApiLogger

E

entering(String, String) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
entering(String, String, Object) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
entering(String, String, Object[]) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
exiting(String, String) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
exiting(String, String, Object) - Method in class org.apache.logging.log4j.jul.ApiLogger
 

F

fine(String) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
finer(String) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
finest(String) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
FINEST - Static variable in class org.apache.logging.log4j.jul.LevelTranslator
Custom Log4j level corresponding to the Level.FINEST logging level.

G

getContext() - Method in class org.apache.logging.log4j.jul.AbstractLoggerAdapter
 
getLogger(String) - Method in class org.apache.logging.log4j.jul.LogManager
 
getLoggerNames() - Method in class org.apache.logging.log4j.jul.LogManager
 
getName() - Method in class org.apache.logging.log4j.jul.ApiLogger
 
getParent() - Method in class org.apache.logging.log4j.jul.CoreLogger
 
getUseParentHandlers() - Method in class org.apache.logging.log4j.jul.CoreLogger
Indicates if the underlying Logger is additive.

I

info(String) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
isLoggable(Level) - Method in class org.apache.logging.log4j.jul.ApiLogger
 

L

LEVEL_CONVERTER_PROPERTY - Static variable in class org.apache.logging.log4j.jul.Constants
The Log4j property to set to a custom implementation of LevelConverter.
LevelConverter - Interface in org.apache.logging.log4j.jul
Strategy interface to convert between custom Log4j Levels and JUL Levels.
LevelTranslator - Class in org.apache.logging.log4j.jul
Utility class to convert between JDK Levels and Log4j 2 Levels.
log(LogRecord) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
log(Level, String) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
log(Level, String, Object) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
log(Level, String, Object[]) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
log(Level, String, Throwable) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
LOGGER_ADAPTOR_PROPERTY - Static variable in class org.apache.logging.log4j.jul.Constants
Name of the Log4j property to set to override the AbstractLoggerAdapter to be used.
LogManager - Class in org.apache.logging.log4j.jul
Log4j implementation of LogManager.
LogManager() - Constructor for class org.apache.logging.log4j.jul.LogManager
 
logp(Level, String, String, String) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
logp(Level, String, String, String, Object) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
logp(Level, String, String, String, Object[]) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
logp(Level, String, String, String, Throwable) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
logrb(Level, String, String, String, String) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
logrb(Level, String, String, String, String, Object) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
logrb(Level, String, String, String, String, Object[]) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
logrb(Level, String, String, String, String, Throwable) - Method in class org.apache.logging.log4j.jul.ApiLogger
 

N

newLogger(String, LoggerContext) - Method in class org.apache.logging.log4j.jul.ApiLoggerAdapter
 
newLogger(String, LoggerContext) - Method in class org.apache.logging.log4j.jul.CoreLoggerAdapter
 

O

org.apache.logging.log4j.jul - package org.apache.logging.log4j.jul
 

S

setLevel(Level) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
setLevel(Level) - Method in class org.apache.logging.log4j.jul.CoreLogger
 
setParent(Logger) - Method in class org.apache.logging.log4j.jul.ApiLogger
Unsupported operation.
setUseParentHandlers(boolean) - Method in class org.apache.logging.log4j.jul.CoreLogger
Marks the underlying Logger as additive.
severe(String) - Method in class org.apache.logging.log4j.jul.ApiLogger
 

T

throwing(String, String, Throwable) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
toJavaLevel(Level) - Method in class org.apache.logging.log4j.jul.DefaultLevelConverter
 
toJavaLevel(Level) - Method in interface org.apache.logging.log4j.jul.LevelConverter
Converts a Log4j logging Level to a JDK logging Level.
toJavaLevel(Level) - Static method in class org.apache.logging.log4j.jul.LevelTranslator
Converts a Log4j logging Level to a JDK logging Level.
toLevel(Level) - Method in class org.apache.logging.log4j.jul.DefaultLevelConverter
 
toLevel(Level) - Method in interface org.apache.logging.log4j.jul.LevelConverter
Converts a JDK logging Level to a Log4j logging Level.
toLevel(Level) - Static method in class org.apache.logging.log4j.jul.LevelTranslator
Converts a JDK logging Level to a Log4j logging Level.

W

warning(String) - Method in class org.apache.logging.log4j.jul.ApiLogger
 
A C D E F G I L N O S T W 
Skip navigation links

Copyright © 1999-2021 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.