com.thalesgroup.hudson.plugins.tusarnotifier.service
Class TusarNotifierLog

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.tusarnotifier.service.TusarNotifierLog
All Implemented Interfaces:
java.io.Serializable

public class TusarNotifierLog
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TusarNotifierLog()
           
 
Method Summary
 void error(java.lang.String message)
          Log an error output to the given logger
 void info(java.lang.String message)
          Log an info output to the given logger
 void warning(java.lang.String message)
          Log a warning output to the given logger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TusarNotifierLog

public TusarNotifierLog()
Method Detail

info

public void info(java.lang.String message)
Log an info output to the given logger

Parameters:
message - The message to be outputted

error

public void error(java.lang.String message)
Log an error output to the given logger

Parameters:
message - The message to be outputted

warning

public void warning(java.lang.String message)
Log a warning output to the given logger

Parameters:
message - The message to be outputted


Copyright © 2010. All Rights Reserved.