Arch4J 1.1

org.arch4j.logging.sun
Class SunLoggingFramework

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

public class SunLoggingFramework
extends Object
implements LoggingFramework

This class wraps the Sun Java 1.4 logging facility.

Version:
$Revision: 1.2 $
Author:
Ross E. Greinke

Field Summary
static String SUN_LOGGING_FILE_NAME_PROPERTY
           
 
Constructor Summary
SunLoggingFramework()
           
 
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
 

Field Detail

SUN_LOGGING_FILE_NAME_PROPERTY

public static final String SUN_LOGGING_FILE_NAME_PROPERTY
See Also:
Constant Field Values
Constructor Detail

SunLoggingFramework

public SunLoggingFramework()
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.