Arch4J 1.1

org.arch4j.logging
Class FailsafeLoggingFramework

java.lang.Object
  |
  +--org.arch4j.logging.FailsafeLoggingFramework
All Implemented Interfaces:
LoggingFramework

public class FailsafeLoggingFramework
extends Object
implements LoggingFramework

This class wraps a simple, failsafe logging facility.

Version:
1.0
Author:
Ross E. Greinke

Constructor Summary
FailsafeLoggingFramework()
          Creates a new FailsafeLoggingFramework instance.
 
Method Summary
 void configure()
          Configure the logging framework.
 LoggingCategory getCategory(String name)
          Retrieve a logging category with name name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailsafeLoggingFramework

public FailsafeLoggingFramework()
Creates a new FailsafeLoggingFramework instance.

Method Detail

getCategory

public LoggingCategory getCategory(String name)
Retrieve a logging category with name name.

Specified by:
getCategory in interface LoggingFramework
Parameters:
name - The name of the logging category to retrieve.
Returns:
The logging category to be used for logging.

configure

public void configure()
Configure the logging framework.

Specified by:
configure in interface LoggingFramework

Arch4J 1.1

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