com.thalesgroup.hudson.plugins.tusarnotifier.util
Class TusarNotifierLogger

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

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

See Also:
Serialized Form

Constructor Summary
TusarNotifierLogger()
           
 
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

TusarNotifierLogger

public TusarNotifierLogger()
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.