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

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

public class XUnitLog
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
XUnitLog()
           
 
Method Summary
 void errorConsoleLogger(String message)
          Log an error output to the console logger
 void infoConsoleLogger(String message)
          Log an info output to the console logger
 void warningConsoleLogger(String message)
          Log a warning output to the console 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(String message)
Log an info output to the console logger

Parameters:
message - The message to be outputted

errorConsoleLogger

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

Parameters:
message - The message to be outputted

warningConsoleLogger

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

Parameters:
message - The message to be outputted


Copyright © 2004-2013. All Rights Reserved.