public final class LoggingUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
configureLogger(org.apache.maven.plugin.logging.Log log,
String logLevel)
Configures the Java logging system.
|
public static void configureLogger(org.apache.maven.plugin.logging.Log log,
String logLevel)
throws NullPointerException
log - the Maven logger.logLevel - the log4j level to log.NullPointerException - if log is null.Copyright © 2006–2013. All rights reserved.