public class PluginLogAdapter extends Object implements Log
| Constructor and Description |
|---|
PluginLogAdapter(org.apache.maven.plugin.logging.Log log)
Class constructor
|
public PluginLogAdapter(org.apache.maven.plugin.logging.Log log)
log - the Log object to be usedpublic void info(String string)
info in interface LogLog.info(String)public void debug(String string)
debug in interface LogLog.debug(String)public void warn(String string)
warn in interface LogLog.warn(String)public void error(String string)
error in interface LogLog.error(String)Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.