Arch4J 1.1

org.arch4j.logging
Interface LoggingFramework

All Known Subinterfaces:
LoggingManager
All Known Implementing Classes:
FailsafeLoggingFramework, Log4JLoggingFramework, LoggingManagerImpl, SunLoggingFramework

public interface LoggingFramework

This interface defines the methods that logging framework classes must implement in order to fit into the SpiderLogic logging facility.

Version:
1.0
Author:
Ross E. Greinke

Method Summary
 void configure()
          Configure the logging framework.
 LoggingCategory getCategory(String name)
          Return a logging category for the given name.
 

Method Detail

getCategory

public LoggingCategory getCategory(String name)
Return a logging category for the given name.


configure

public void configure()
Configure the logging framework.


Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.