de.saumya.mojo.ruby
Class SystemLogger

java.lang.Object
  extended by de.saumya.mojo.ruby.SystemLogger
All Implemented Interfaces:
Logger

public class SystemLogger
extends Object
implements Logger


Constructor Summary
SystemLogger()
           
SystemLogger(boolean verbose)
           
 
Method Summary
 void debug(CharSequence content)
          Send a message to the user in the debug level.
 void error(CharSequence content)
          Send a message to the user in the error level.
 void info(CharSequence content)
          Send a message to the user in the info level.
 void warn(CharSequence content)
          Send a message to the user in the warn level.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemLogger

public SystemLogger()

SystemLogger

public SystemLogger(boolean verbose)
Method Detail

debug

public void debug(CharSequence content)
Description copied from interface: Logger
Send a message to the user in the debug level.

Specified by:
debug in interface Logger

info

public void info(CharSequence content)
Description copied from interface: Logger
Send a message to the user in the info level.

Specified by:
info in interface Logger

warn

public void warn(CharSequence content)
Description copied from interface: Logger
Send a message to the user in the warn level.

Specified by:
warn in interface Logger

error

public void error(CharSequence content)
Description copied from interface: Logger
Send a message to the user in the error level.

Specified by:
error in interface Logger


Copyright © 2010. All Rights Reserved.