public class PluginLogAdapter extends Object implements Log
Constructor and Description |
---|
PluginLogAdapter(org.apache.maven.plugin.logging.Log log)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
void |
debug(String string) |
void |
error(String string) |
void |
info(String string) |
void |
warn(String string) |
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–2017 The Apache Software Foundation. All rights reserved.