org.apache.maven.plugin.jxr
Class PluginLogAdapter
java.lang.Object
org.apache.maven.plugin.jxr.PluginLogAdapter
- All Implemented Interfaces:
- Log
public class PluginLogAdapter
- extends Object
- implements Log
Logging adapter.
- Version:
- $Id: PluginLogAdapter.java 637378 2008-03-15 09:47:19Z bentmann $
- Author:
- Brett Porter
Constructor Summary |
PluginLogAdapter(org.apache.maven.plugin.logging.Log log)
Class constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginLogAdapter
public PluginLogAdapter(org.apache.maven.plugin.logging.Log log)
- Class constructor
- Parameters:
log
- the Log object to be used
info
public void info(String string)
- Specified by:
info
in interface Log
- See Also:
Log.info(String)
debug
public void debug(String string)
- Specified by:
debug
in interface Log
- See Also:
Log.debug(String)
warn
public void warn(String string)
- Specified by:
warn
in interface Log
- See Also:
Log.warn(String)
error
public void error(String string)
- Specified by:
error
in interface Log
- See Also:
Log.error(String)
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.