D E F G I L M N R S T W

D

debug(Object) - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
calls Logger.debug(java.lang.Object)
debug(Object, Throwable) - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
calls Logger.debug(java.lang.Object), discards the throwable argument
debug(Object, Throwable) - Method in class net.sf.mmapps.commons.logging.impl.MMBase18Logger
calls Logger.debug(java.lang.Object, java.lang.Throwable)

E

error(Object) - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
calls Logger.error(java.lang.Object)
error(Object, Throwable) - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
calls Logger.error(java.lang.Object), discards the throwable argument
error(Object, Throwable) - Method in class net.sf.mmapps.commons.logging.impl.MMBase18Logger
calls Logger.error(java.lang.Object, java.lang.Throwable)

F

fatal(Object) - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
calls Logger.fatal(java.lang.Object)
fatal(Object, Throwable) - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
calls Logger.fatal(java.lang.Object), discards the throwable argument
fatal(Object, Throwable) - Method in class net.sf.mmapps.commons.logging.impl.MMBase18Logger
calls Logger.fatal(java.lang.Object, java.lang.Throwable)

G

getAttribute(String) - Method in class net.sf.mmapps.commons.logging.impl.MMBaseLoggingFactory
 
getAttributeNames() - Method in class net.sf.mmapps.commons.logging.impl.MMBaseLoggingFactory
 
getInstance(Class) - Method in class net.sf.mmapps.commons.logging.impl.MMBaseLoggingFactory
This method first first looks in it's internal cache if there is a existing Log for the given class.
getInstance(String) - Method in class net.sf.mmapps.commons.logging.impl.MMBaseLoggingFactory
This method first first looks in it's internal cache if there is a existing Log with the given name.

I

info(Object) - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
calls Logger.info(java.lang.Object)
info(Object, Throwable) - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
calls Logger.info(java.lang.Object) , discards the throwable argument
info(Object, Throwable) - Method in class net.sf.mmapps.commons.logging.impl.MMBase18Logger
calls Logger.info(java.lang.Object, java.lang.Throwable)
isDebugEnabled() - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
 
isErrorEnabled() - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
 
isFatalEnabled() - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
 
isInfoEnabled() - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
 
isTraceEnabled() - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
 
isWarnEnabled() - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
 

L

logger - Variable in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
 

M

MMBase17Logger - class net.sf.mmapps.commons.logging.impl.MMBase17Logger.
Adaptor class to convert jakarta-commons Log calls to MMBase 1.7 Logger calls.

There are some differences between commons-logging and MMBase 1.7 logging.
MMBase17Logger(Logger) - Constructor for class net.sf.mmapps.commons.logging.impl.MMBase17Logger
creates a new adaptor
MMBase18Logger - class net.sf.mmapps.commons.logging.impl.MMBase18Logger.
Adaptor class to convert jakarta-commons Log calls to MMBase 1.8 Logger calls.

This class extends MMBase17Logger to override the methods that contain a Throwable as second argument since MMBase 1.8 supports those methods
MMBase18Logger(Logger) - Constructor for class net.sf.mmapps.commons.logging.impl.MMBase18Logger
creates a new adaptor
MMBaseLoggingFactory - class net.sf.mmapps.commons.logging.impl.MMBaseLoggingFactory.
LogFactory for jakarta commons-logging who when used creates MMBase logging backed Log implementations.

Goal: To provide a single log configuration for applications that use both commons-logging and mmbase logging.
Achievement: By providing a commons-logging factory that uses mmbase-logging.

MMBaseLoggingFactory is a LogFactory for the jakarta commons-logging logging api.
MMBaseLoggingFactory() - Constructor for class net.sf.mmapps.commons.logging.impl.MMBaseLoggingFactory
 

N

net.sf.mmapps.commons.logging.impl - package net.sf.mmapps.commons.logging.impl
 

R

release() - Method in class net.sf.mmapps.commons.logging.impl.MMBaseLoggingFactory
Release any internal references to previously created Log instances returned by this factory.
removeAttribute(String) - Method in class net.sf.mmapps.commons.logging.impl.MMBaseLoggingFactory
Remove any configuration attribute associated with the specified name.

S

setAttribute(String, Object) - Method in class net.sf.mmapps.commons.logging.impl.MMBaseLoggingFactory
Set the configuration attribute with the specified name.

T

trace(Object) - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
calls Logger.trace(java.lang.Object)
trace(Object, Throwable) - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
calls Logger.trace(java.lang.Object) , discard the throwable argument
trace(Object, Throwable) - Method in class net.sf.mmapps.commons.logging.impl.MMBase18Logger
calls Logger.trace(java.lang.Object, java.lang.Throwable)

W

warn(Object) - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
calls Logger.warn(java.lang.Object)
warn(Object, Throwable) - Method in class net.sf.mmapps.commons.logging.impl.MMBase17Logger
calls Logger.warn(java.lang.Object) , discards the throwable argument
warn(Object, Throwable) - Method in class net.sf.mmapps.commons.logging.impl.MMBase18Logger
calls Logger.warn(java.lang.Object, java.lang.Throwable)

D E F G I L M N R S T W

Copyright © 2003-2004 mmapps. All Rights Reserved.