com.atlassian.maven.plugins.clirr
Class LogUtil

java.lang.Object
  extended by com.atlassian.maven.plugins.clirr.LogUtil

public class LogUtil
extends java.lang.Object

Provides static access the maven logger. Must be initialized in the execute method of the pojo. The getLog method may return null prior to initialization.


Constructor Summary
LogUtil()
           
 
Method Summary
static org.apache.maven.plugin.logging.Log getLog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogUtil

public LogUtil()
Method Detail

getLog

public static org.apache.maven.plugin.logging.Log getLog()


Copyright © 2014 Atlassian. All Rights Reserved.