de.saumya.mojo.jruby
Class MojoLogger

java.lang.Object
  extended by 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)
           
 
Method Summary
 void debug(CharSequence content)
           
 void error(CharSequence content)
           
 void info(CharSequence content)
           
 void warn(CharSequence content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MojoLogger

public MojoLogger(boolean verbose,
                  org.apache.maven.plugin.logging.Log log)
Method Detail

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.