de.saumya.mojo.ruby
Interface Logger

All Known Implementing Classes:
NoopLogger, SystemLogger

public interface Logger


Method Summary
 void debug(CharSequence content)
          Send a message to the user in the debug level.
 void error(CharSequence string)
          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 string)
          Send a message to the user in the warn level.
 

Method Detail

debug

void debug(CharSequence content)
Send a message to the user in the debug level.

Parameters:
content -

info

void info(CharSequence content)
Send a message to the user in the info level.

Parameters:
content -

warn

void warn(CharSequence string)
Send a message to the user in the warn level.

Parameters:
content -

error

void error(CharSequence string)
Send a message to the user in the error level.

Parameters:
content -


Copyright © 2010. All Rights Reserved.