de.smartics.maven.util
Class LoggingUtils

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

public final class LoggingUtils
     
     
extends Object

Utility class for configuring loggers in Maven.

Author:
Robert Reiner

Method Summary
static void configureLogger(Log log, String logLevel)
          Configures the Java logging system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configureLogger

public static void configureLogger(Log log,
                                   String logLevel)
Configures the Java logging system.

Parameters:
log - the Maven logger.
Throws:
NullPointerException - if log is null.


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