Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.ws.jaxme.logging

Interface Summary
Logger The Logger interface describes an object which is able to log a message.
LoggerFactory The LoggerFactory is responsible for creating Logger instances.
 

Class Summary
AntProjectLogger A wrapper for the Ant logger.
AntProjectLoggerFactory A LoggerFactory logging via an Ant project.
JavaUtilLogger  
JavaUtilLoggerFactory An logger factory creating instances of JavaUtilLogger.
Log4jLogger  
Log4jLoggerFactory An logger factory creating instances of JavaUtilLogger.
LoggerAccess This class implements access to the Loggers through static methods.
LoggerFactoryImpl Default implementation of a LoggerFactory.
LoggerImpl Base implementation of a Logger.
PrintStreamLogger A Logger implementation writing to an instance of java.io.PrintStream.
PrintWriterLogger A Logger implementation writing to an instance of java.io.PrintWriter.