public class PluginLogAdapter extends Object implements Log
public PluginLogAdapter(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 © 2005–2014 The Apache Software Foundation. All rights reserved.