de.saumya.mojo.jruby
Class MojoLogger
java.lang.Object
de.saumya.mojo.jruby.MojoLogger
- All Implemented Interfaces:
- Logger
public class MojoLogger
- extends Object
- implements Logger
|
Constructor Summary |
MojoLogger(boolean verbose,
org.apache.maven.plugin.logging.Log log)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MojoLogger
public MojoLogger(boolean verbose,
org.apache.maven.plugin.logging.Log log)
debug
public void debug(CharSequence content)
- Specified by:
debug in interface Logger
info
public void info(CharSequence content)
- Specified by:
info in interface Logger
warn
public void warn(CharSequence content)
- Specified by:
warn in interface Logger
error
public void error(CharSequence content)
- Specified by:
error in interface Logger
Copyright © 2012. All Rights Reserved.