Uses of Interface
org.codehaus.dna.Logger

Packages that use Logger
org.codehaus.dna The DNA API package contains interfaces and contracts for DNA components. 
org.codehaus.dna.impl The DNA implementation package contains basic utility classes to implement containers for DNA components. 
 

Uses of Logger in org.codehaus.dna
 

Methods in org.codehaus.dna that return Logger
protected  Logger AbstractLogEnabled.getLogger()
          Return the components logger.
 Logger Logger.getChildLogger(java.lang.String name)
          Get the child logger with specified name.
 

Methods in org.codehaus.dna with parameters of type Logger
 void AbstractLogEnabled.enableLogging(Logger logger)
          Set the components logger.
 void LogEnabled.enableLogging(Logger logger)
          Supply the component with the logger.
 

Uses of Logger in org.codehaus.dna.impl
 

Classes in org.codehaus.dna.impl that implement Logger
 class ConsoleLogger
          A simple logger facade that simply writes to the Console.
 class Jdk14Logger
          Logging facade implmentation for JDK1.4 logging toolkit.
 class Log4JLogger
          Logging facade implmentation for Apache Log4J project.
 class LogkitLogger
          Logging facade implmentation for Apache Logkit project.
 

Methods in org.codehaus.dna.impl that return Logger
 Logger LogkitLogger.getChildLogger(java.lang.String name)
          Get the child logger with specified name.
 Logger Jdk14Logger.getChildLogger(java.lang.String name)
          Get the child logger with specified name.
 Logger ConsoleLogger.getChildLogger(java.lang.String name)
          Get the child logger with specified name.
 Logger Log4JLogger.getChildLogger(java.lang.String name)
          Get the child logger with specified name.
 

Methods in org.codehaus.dna.impl with parameters of type Logger
static void ContainerUtil.enableLogging(java.lang.Object object, Logger logger)
          Supply specified object with Logger if it implements the LogEnabled interface.
 



Copyright © 2003-2004 Codehaus. All Rights Reserved.