de.smartics.maven.util
Class SunLoggerConfigurator

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

public class SunLoggerConfigurator
     
     
extends Object

Configures the log4j framework with the logging information.

Author:
Robert Reiner

Constructor Summary
SunLoggerConfigurator()
          Default constructor.
 
Method Summary
 void configure(Log log, String level)
          Reads a pre-configured configuration file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunLoggerConfigurator

public SunLoggerConfigurator()
Default constructor.

Method Detail

configure

public void configure(Log log,
                      String level)
Reads a pre-configured configuration file.

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


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