hudson.plugins.cppunit.util
Class CppUnitLogUtil

java.lang.Object
  extended by hudson.plugins.cppunit.util.CppUnitLogUtil
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CppUnitLogUtil()
           
 
Method Summary
static void log(hudson.model.BuildListener listener, java.lang.String message)
          Log output to the given logger, using the CppUnit identifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CppUnitLogUtil

public CppUnitLogUtil()
Method Detail

log

public static void log(hudson.model.BuildListener listener,
                       java.lang.String message)
Log output to the given logger, using the CppUnit identifier

Parameters:
listener - The current listener
message - The message to be outputted


Copyright © 2009. All Rights Reserved.