Package org.eclipse.jetty.util.log
Class AbstractLogger
java.lang.Object
org.eclipse.jetty.util.log.AbstractLogger
- All Implemented Interfaces:
Logger
- Direct Known Subclasses:
JavaUtilLog,LoggerLog,Slf4jLog,StdErrLog
@Deprecated(since="2021-05-27")
public abstract class AbstractLogger
extends Object
implements Logger
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Abstract Logger.
Manages the atomic registration of the logger by name.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Formats and logs at debug level.final LoggerDeprecated.static StringgetLoggingProperty(Properties props, String name, String property) Deprecated.static intlookupLoggingLevel(Properties props, String name) Deprecated.Get the Logging Level for the provided log name.
-
Field Details
-
LEVEL_DEFAULT
public static final int LEVEL_DEFAULTDeprecated.- See Also:
-
LEVEL_ALL
public static final int LEVEL_ALLDeprecated.- See Also:
-
LEVEL_DEBUG
public static final int LEVEL_DEBUGDeprecated.- See Also:
-
LEVEL_INFO
public static final int LEVEL_INFODeprecated.- See Also:
-
LEVEL_WARN
public static final int LEVEL_WARNDeprecated.- See Also:
-
LEVEL_OFF
public static final int LEVEL_OFFDeprecated.- See Also:
-
-
Constructor Details
-
AbstractLogger
public AbstractLogger()Deprecated.
-
-
Method Details
-
getLogger
Deprecated. -
lookupLoggingLevel
Deprecated.Get the Logging Level for the provided log name. Using the FQCN first, then each package segment from longest to shortest.- Parameters:
props- the properties to checkname- the name to get log for- Returns:
- the logging level
-
getLoggingProperty
Deprecated. -
debug
Deprecated.Description copied from interface:LoggerFormats and logs at debug level. avoids autoboxing of integers
-