Package mireka.filter.spf
Class Slf4jToJspfLoggerAdapter
- Object
-
- mireka.filter.spf.Slf4jToJspfLoggerAdapter
-
- All Implemented Interfaces:
org.apache.james.jspf.core.Logger
public class Slf4jToJspfLoggerAdapter extends Object implements org.apache.james.jspf.core.Logger
-
-
Constructor Summary
Constructors Constructor Description Slf4jToJspfLoggerAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String message)voiddebug(String message, Throwable throwable)voiderror(String message)voiderror(String message, Throwable throwable)voidfatalError(String message)voidfatalError(String message, Throwable throwable)org.apache.james.jspf.core.LoggergetChildLogger(String name)voidinfo(String message)voidinfo(String message, Throwable throwable)booleanisDebugEnabled()booleanisErrorEnabled()booleanisFatalErrorEnabled()booleanisInfoEnabled()booleanisWarnEnabled()voidwarn(String message)voidwarn(String message, Throwable throwable)
-
-
-
Method Detail
-
debug
public void debug(String message)
- Specified by:
debugin interfaceorg.apache.james.jspf.core.Logger
-
debug
public void debug(String message, Throwable throwable)- Specified by:
debugin interfaceorg.apache.james.jspf.core.Logger
-
error
public void error(String message)
- Specified by:
errorin interfaceorg.apache.james.jspf.core.Logger
-
error
public void error(String message, Throwable throwable)- Specified by:
errorin interfaceorg.apache.james.jspf.core.Logger
-
fatalError
public void fatalError(String message)
- Specified by:
fatalErrorin interfaceorg.apache.james.jspf.core.Logger
-
fatalError
public void fatalError(String message, Throwable throwable)- Specified by:
fatalErrorin interfaceorg.apache.james.jspf.core.Logger
-
getChildLogger
public org.apache.james.jspf.core.Logger getChildLogger(String name)
- Specified by:
getChildLoggerin interfaceorg.apache.james.jspf.core.Logger
-
info
public void info(String message)
- Specified by:
infoin interfaceorg.apache.james.jspf.core.Logger
-
info
public void info(String message, Throwable throwable)- Specified by:
infoin interfaceorg.apache.james.jspf.core.Logger
-
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabledin interfaceorg.apache.james.jspf.core.Logger
-
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabledin interfaceorg.apache.james.jspf.core.Logger
-
isFatalErrorEnabled
public boolean isFatalErrorEnabled()
- Specified by:
isFatalErrorEnabledin interfaceorg.apache.james.jspf.core.Logger
-
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabledin interfaceorg.apache.james.jspf.core.Logger
-
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabledin interfaceorg.apache.james.jspf.core.Logger
-
warn
public void warn(String message)
- Specified by:
warnin interfaceorg.apache.james.jspf.core.Logger
-
warn
public void warn(String message, Throwable throwable)- Specified by:
warnin interfaceorg.apache.james.jspf.core.Logger
-
-