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 Log
Log.info(String)
public void debug(String string)
debug
in interface Log
Log.debug(String)
public void warn(String string)
warn
in interface Log
Log.warn(String)
public void error(String string)
error
in interface Log
Log.error(String)
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.