Class PrefixedLogger
java.lang.Object
com.github.startsmercury.simply.no.shading.util.PrefixedLogger
- All Implemented Interfaces:
org.slf4j.Logger
@Deprecated(since="7.0.0",
forRemoval=true)
public class PrefixedLogger
extends Object
implements org.slf4j.Logger
Deprecated, for removal: This API element is subject to removal in a future version.
No replacement
The
PrefixedLogger represents a wrapped logger where messages passed
to the delegated logger are prefixed.- Since:
- 5.0.0
-
Field Summary
Fields inherited from interface org.slf4j.Logger
ROOT_LOGGER_NAME -
Constructor Summary
ConstructorsConstructorDescriptionPrefixedLogger(String prefix) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new prefixed logger, wrapping the root logger.PrefixedLogger(org.slf4j.Logger delegate, String prefix) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new prefixed logger, wrapping a loggerdelegate. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.getName()Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanisDebugEnabled(org.slf4j.Marker arg0) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanisErrorEnabled(org.slf4j.Marker arg0) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanisInfoEnabled(org.slf4j.Marker arg0) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanisTraceEnabled(org.slf4j.Marker arg0) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanisWarnEnabled(org.slf4j.Marker arg0) Deprecated, for removal: This API element is subject to removal in a future version.static PrefixedLoggerDeprecated, for removal: This API element is subject to removal in a future version.Returns a named prefix logger.static PrefixedLoggerDeprecated, for removal: This API element is subject to removal in a future version.Returns a prefixed root logger.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.static PrefixedLoggerDeprecated, for removal: This API element is subject to removal in a future version.Returns a prefix logger.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.slf4j.Logger
atDebug, atError, atInfo, atLevel, atTrace, atWarn, isEnabledForLevel, makeLoggingEventBuilder
-
Constructor Details
-
PrefixedLogger
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new prefixed logger, wrapping a loggerdelegate.- Parameters:
delegate- the wrapped or delegated loggerprefix- the prefixes to the message
-
PrefixedLogger
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new prefixed logger, wrapping the root logger.- Parameters:
prefix- the prefixes to the message
-
-
Method Details
-
named
Deprecated, for removal: This API element is subject to removal in a future version.Returns a named prefix logger.- Parameters:
name- the name of the loggerprefix- the prefixes to the message- Returns:
- a named prefixed logger
- See Also:
-
root
Deprecated, for removal: This API element is subject to removal in a future version.Returns a prefixed root logger.- Parameters:
prefix- the prefixes to the message- Returns:
- a prefixed root logger
- See Also:
-
wrapped
Deprecated, for removal: This API element is subject to removal in a future version.Returns a prefix logger.- Parameters:
logger- the loggerprefix- the prefixes to the message- Returns:
- a prefixed logger
- See Also:
-
debug
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
debugin interfaceorg.slf4j.Logger
-
debug
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
debugin interfaceorg.slf4j.Logger
-
debug
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
debugin interfaceorg.slf4j.Logger
-
debug
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
debugin interfaceorg.slf4j.Logger
-
debug
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
debugin interfaceorg.slf4j.Logger
-
debug
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
debugin interfaceorg.slf4j.Logger
-
debug
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
debugin interfaceorg.slf4j.Logger
-
debug
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
debugin interfaceorg.slf4j.Logger
-
debug
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
debugin interfaceorg.slf4j.Logger
-
debug
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
debugin interfaceorg.slf4j.Logger
-
error
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
errorin interfaceorg.slf4j.Logger
-
error
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
errorin interfaceorg.slf4j.Logger
-
error
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
errorin interfaceorg.slf4j.Logger
-
error
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
errorin interfaceorg.slf4j.Logger
-
error
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
errorin interfaceorg.slf4j.Logger
-
error
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
errorin interfaceorg.slf4j.Logger
-
error
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
errorin interfaceorg.slf4j.Logger
-
error
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
errorin interfaceorg.slf4j.Logger
-
error
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
errorin interfaceorg.slf4j.Logger
-
error
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
errorin interfaceorg.slf4j.Logger
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getNamein interfaceorg.slf4j.Logger
-
info
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
infoin interfaceorg.slf4j.Logger
-
info
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
infoin interfaceorg.slf4j.Logger
-
info
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
infoin interfaceorg.slf4j.Logger
-
info
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
infoin interfaceorg.slf4j.Logger
-
info
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
infoin interfaceorg.slf4j.Logger
-
info
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
infoin interfaceorg.slf4j.Logger
-
info
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
infoin interfaceorg.slf4j.Logger
-
info
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
infoin interfaceorg.slf4j.Logger
-
info
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
infoin interfaceorg.slf4j.Logger
-
info
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
infoin interfaceorg.slf4j.Logger
-
isDebugEnabled
public boolean isDebugEnabled()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isDebugEnabledin interfaceorg.slf4j.Logger
-
isDebugEnabled
public boolean isDebugEnabled(org.slf4j.Marker arg0) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isDebugEnabledin interfaceorg.slf4j.Logger
-
isErrorEnabled
public boolean isErrorEnabled()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isErrorEnabledin interfaceorg.slf4j.Logger
-
isErrorEnabled
public boolean isErrorEnabled(org.slf4j.Marker arg0) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isErrorEnabledin interfaceorg.slf4j.Logger
-
isInfoEnabled
public boolean isInfoEnabled()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isInfoEnabledin interfaceorg.slf4j.Logger
-
isInfoEnabled
public boolean isInfoEnabled(org.slf4j.Marker arg0) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isInfoEnabledin interfaceorg.slf4j.Logger
-
isTraceEnabled
public boolean isTraceEnabled()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isTraceEnabledin interfaceorg.slf4j.Logger
-
isTraceEnabled
public boolean isTraceEnabled(org.slf4j.Marker arg0) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isTraceEnabledin interfaceorg.slf4j.Logger
-
isWarnEnabled
public boolean isWarnEnabled()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isWarnEnabledin interfaceorg.slf4j.Logger
-
isWarnEnabled
public boolean isWarnEnabled(org.slf4j.Marker arg0) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isWarnEnabledin interfaceorg.slf4j.Logger
-
trace
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
tracein interfaceorg.slf4j.Logger
-
trace
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
tracein interfaceorg.slf4j.Logger
-
trace
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
tracein interfaceorg.slf4j.Logger
-
trace
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
tracein interfaceorg.slf4j.Logger
-
trace
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
tracein interfaceorg.slf4j.Logger
-
trace
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
tracein interfaceorg.slf4j.Logger
-
trace
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
tracein interfaceorg.slf4j.Logger
-
trace
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
tracein interfaceorg.slf4j.Logger
-
trace
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
tracein interfaceorg.slf4j.Logger
-
trace
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
tracein interfaceorg.slf4j.Logger
-
warn
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
warnin interfaceorg.slf4j.Logger
-
warn
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
warnin interfaceorg.slf4j.Logger
-
warn
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
warnin interfaceorg.slf4j.Logger
-
warn
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
warnin interfaceorg.slf4j.Logger
-
warn
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
warnin interfaceorg.slf4j.Logger
-
warn
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
warnin interfaceorg.slf4j.Logger
-
warn
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
warnin interfaceorg.slf4j.Logger
-
warn
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
warnin interfaceorg.slf4j.Logger
-
warn
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
warnin interfaceorg.slf4j.Logger
-
warn
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
warnin interfaceorg.slf4j.Logger
-