de.smartics.maven.util.log4j
Class Log4jConfigurator

Package class diagram package Log4jConfigurator
java.lang.Object
  extended by de.smartics.maven.util.log4j.Log4jConfigurator

public class Log4jConfigurator
     
     
extends Object

Configures the log4j framework with the logging information.

Author:
Robert Reiner

Constructor Summary
Log4jConfigurator()
          Default constructor.
 
Method Summary
 void configure(Log log, String level)
          Configures the log4j logger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jConfigurator

public Log4jConfigurator()
Default constructor.

Method Detail

configure

public void configure(Log log,
                      String level)
Configures the log4j logger.

Parameters:
log - the Maven logger to use for logging.
level - the new level to set the log4j logging system to.


Copyright © 2006-2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.