com.thalesgroup.hudson.plugins.copyarchiver.util
Class CopyArchiverLogger

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

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

See Also:
Serialized Form

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

Constructor Detail

CopyArchiverLogger

public CopyArchiverLogger()
Method Detail

log

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

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


Copyright © 2009. All Rights Reserved.