org.ocltf.logging
Class Logger

java.lang.Object
  extended byorg.ocltf.logging.Logger

public class Logger
extends java.lang.Object

Configures the Logger used with the MDA

Author:
Chad Brandon

Constructor Summary
Logger()
           
 
Method Summary
static void configure()
          Configures logging for the MDA application from the the xml resource "log4j.xml" found within the same package as this class.
protected static void configure(java.lang.String logConfigurationXml)
          Configures the Logger from the passed in logConfigurationXml
protected static void configure(java.net.URL logConfigurationXml)
          Configures the Logger from the passed in logConfigurationXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

public Logger()
Method Detail

configure

public static void configure()
Configures logging for the MDA application from the the xml resource "log4j.xml" found within the same package as this class.


configure

protected static void configure(java.net.URL logConfigurationXml)
Configures the Logger from the passed in logConfigurationXml

Parameters:
logConfigurationXml -

configure

protected static void configure(java.lang.String logConfigurationXml)
Configures the Logger from the passed in logConfigurationXml

Parameters:
logConfigurationXml -


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.