com.thalesgroup.hudson.plugins.xunit.service
Class XUnitLog
java.lang.Object
com.thalesgroup.hudson.plugins.xunit.service.XUnitLog
- All Implemented Interfaces:
- Serializable
public class XUnitLog
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XUnitLog
public XUnitLog()
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.