com.thalesgroup.hudson.plugins.xunit.service
Class XUnitLog

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

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

See Also:
Serialized Form

Constructor Summary
XUnitLog()
           
 
Method Summary
 void errorConsoleLogger(java.lang.String message)
          Log an error output to the console logger
 void errorSystemLogger(java.lang.String message)
          Log an error output to the system logger
 void infoConsoleLogger(java.lang.String message)
          Log an info output to the console logger
 void infoSystemLogger(java.lang.String message)
          Log an info output to the system logger
 void warningConsoleLogger(java.lang.String message)
          Log a warning output to the console logger
 void warningSystemLogger(java.lang.String message)
          Log a warning output to the system logger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XUnitLog

public XUnitLog()
Method Detail

infoConsoleLogger

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

Parameters:
message - The message to be outputted

infoSystemLogger

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

Parameters:
message - The message to be outputted

errorConsoleLogger

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

Parameters:
message - The message to be outputted

errorSystemLogger

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

Parameters:
message - The message to be outputted

warningConsoleLogger

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

Parameters:
message - The message to be outputted

warningSystemLogger

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

Parameters:
message - The message to be outputted


Copyright © 2004-2011. All Rights Reserved.