Class JettyLogger
java.lang.Object
org.apache.juneau.microservice.jetty.JettyLogger
- All Implemented Interfaces:
- org.slf4j.Logger,- org.slf4j.spi.LocationAwareLogger
Implementation of Jetty 
Logger based on Logger.
 
 Allows Jetty to log to the Java Util logging framework (and thus to the main log file defined in the
 
Can be used by setting the following system property in the microservice config file.
   
See Also:
- 
Field SummaryFields inherited from interface org.slf4j.spi.LocationAwareLoggerDEBUG_INT, ERROR_INT, INFO_INT, TRACE_INT, WARN_INTFields inherited from interface org.slf4j.LoggerROOT_LOGGER_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidgetName()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidbooleanbooleanisDebugEnabled(org.slf4j.Marker marker) booleanbooleanisErrorEnabled(org.slf4j.Marker marker) booleanbooleanisInfoEnabled(org.slf4j.Marker marker) booleanbooleanisTraceEnabled(org.slf4j.Marker marker) booleanbooleanisWarnEnabled(org.slf4j.Marker marker) voidlog(org.slf4j.Marker marker, String fqcn, int level, String message, Object[] argArray, Throwable t) voidsetDebugEnabled(boolean enabled) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.slf4j.LoggeratDebug, atError, atInfo, atLevel, atTrace, atWarn, isEnabledForLevel, makeLoggingEventBuilder
- 
Constructor Details- 
JettyLoggerpublic JettyLogger()Default constructor.Returns the logger with name "org.eclipse.jetty.util.log.javautil" .
- 
JettyLoggerNormal constructor.- Parameters:
- name- The logger name.
 
 
- 
- 
Method Details- 
getLogger
- 
getName- Specified by:
- getNamein interface- org.slf4j.Logger
 
- 
warn- Specified by:
- warnin interface- org.slf4j.Logger
 
- 
warn
- 
warn- Specified by:
- warnin interface- org.slf4j.Logger
 
- 
info- Specified by:
- infoin interface- org.slf4j.Logger
 
- 
info
- 
info- Specified by:
- infoin interface- org.slf4j.Logger
 
- 
isDebugEnabled- Specified by:
- isDebugEnabledin interface- org.slf4j.Logger
 
- 
setDebugEnabled
- 
debug- Specified by:
- debugin interface- org.slf4j.Logger
 
- 
debug
- 
debug
- 
debug- Specified by:
- debugin interface- org.slf4j.Logger
 
- 
ignore
- 
isTraceEnabled- Specified by:
- isTraceEnabledin interface- org.slf4j.Logger
 
- 
trace- Specified by:
- tracein interface- org.slf4j.Logger
 
- 
trace- Specified by:
- tracein interface- org.slf4j.Logger
 
- 
trace- Specified by:
- tracein interface- org.slf4j.Logger
 
- 
trace- Specified by:
- tracein interface- org.slf4j.Logger
 
- 
trace- Specified by:
- tracein interface- org.slf4j.Logger
 
- 
isTraceEnabled- Specified by:
- isTraceEnabledin interface- org.slf4j.Logger
 
- 
trace- Specified by:
- tracein interface- org.slf4j.Logger
 
- 
trace- Specified by:
- tracein interface- org.slf4j.Logger
 
- 
trace- Specified by:
- tracein interface- org.slf4j.Logger
 
- 
trace- Specified by:
- tracein interface- org.slf4j.Logger
 
- 
trace- Specified by:
- tracein interface- org.slf4j.Logger
 
- 
debug- Specified by:
- debugin interface- org.slf4j.Logger
 
- 
debug- Specified by:
- debugin interface- org.slf4j.Logger
 
- 
debug- Specified by:
- debugin interface- org.slf4j.Logger
 
- 
isDebugEnabled- Specified by:
- isDebugEnabledin interface- org.slf4j.Logger
 
- 
debug- Specified by:
- debugin interface- org.slf4j.Logger
 
- 
debug- Specified by:
- debugin interface- org.slf4j.Logger
 
- 
debug- Specified by:
- debugin interface- org.slf4j.Logger
 
- 
debug- Specified by:
- debugin interface- org.slf4j.Logger
 
- 
debug- Specified by:
- debugin interface- org.slf4j.Logger
 
- 
isInfoEnabled- Specified by:
- isInfoEnabledin interface- org.slf4j.Logger
 
- 
info- Specified by:
- infoin interface- org.slf4j.Logger
 
- 
info- Specified by:
- infoin interface- org.slf4j.Logger
 
- 
info- Specified by:
- infoin interface- org.slf4j.Logger
 
- 
isInfoEnabled- Specified by:
- isInfoEnabledin interface- org.slf4j.Logger
 
- 
info- Specified by:
- infoin interface- org.slf4j.Logger
 
- 
info- Specified by:
- infoin interface- org.slf4j.Logger
 
- 
info- Specified by:
- infoin interface- org.slf4j.Logger
 
- 
info- Specified by:
- infoin interface- org.slf4j.Logger
 
- 
info- Specified by:
- infoin interface- org.slf4j.Logger
 
- 
isWarnEnabled- Specified by:
- isWarnEnabledin interface- org.slf4j.Logger
 
- 
warn- Specified by:
- warnin interface- org.slf4j.Logger
 
- 
warn- Specified by:
- warnin interface- org.slf4j.Logger
 
- 
warn- Specified by:
- warnin interface- org.slf4j.Logger
 
- 
isWarnEnabled- Specified by:
- isWarnEnabledin interface- org.slf4j.Logger
 
- 
warn- Specified by:
- warnin interface- org.slf4j.Logger
 
- 
warn- Specified by:
- warnin interface- org.slf4j.Logger
 
- 
warn- Specified by:
- warnin interface- org.slf4j.Logger
 
- 
warn- Specified by:
- warnin interface- org.slf4j.Logger
 
- 
warn- Specified by:
- warnin interface- org.slf4j.Logger
 
- 
isErrorEnabled- Specified by:
- isErrorEnabledin interface- org.slf4j.Logger
 
- 
error- Specified by:
- errorin interface- org.slf4j.Logger
 
- 
error- Specified by:
- errorin interface- org.slf4j.Logger
 
- 
error- Specified by:
- errorin interface- org.slf4j.Logger
 
- 
error- Specified by:
- errorin interface- org.slf4j.Logger
 
- 
error- Specified by:
- errorin interface- org.slf4j.Logger
 
- 
isErrorEnabled- Specified by:
- isErrorEnabledin interface- org.slf4j.Logger
 
- 
error- Specified by:
- errorin interface- org.slf4j.Logger
 
- 
error- Specified by:
- errorin interface- org.slf4j.Logger
 
- 
error- Specified by:
- errorin interface- org.slf4j.Logger
 
- 
error- Specified by:
- errorin interface- org.slf4j.Logger
 
- 
error- Specified by:
- errorin interface- org.slf4j.Logger
 
- 
logpublic void log(org.slf4j.Marker marker, String fqcn, int level, String message, Object[] argArray, Throwable t) - Specified by:
- login interface- org.slf4j.spi.LocationAwareLogger
 
 
-