com.thalesgroup.hudson.plugins.cppcheck.util
Class CppcheckLogger

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

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

See Also:
Serialized Form

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

Constructor Detail

CppcheckLogger

public CppcheckLogger()
Method Detail

log

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

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


Copyright © 2010. All Rights Reserved.