org.jenkinsci.plugins.vsphere.tools
Class VSphereLogger

java.lang.Object
  extended by org.jenkinsci.plugins.vsphere.tools.VSphereLogger

public class VSphereLogger
extends Object


Constructor Summary
VSphereLogger()
           
 
Method Summary
static void vsLogger(PrintStream logger, String str)
          This is simply a wrapper method to clean up this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VSphereLogger

public VSphereLogger()
Method Detail

vsLogger

public static void vsLogger(PrintStream logger,
                            String str)
This is simply a wrapper method to clean up this class. This method checks the verboseOutput flag and writes to the logger as appropriate.

Parameters:
logger - - logger that should receive the information
log - - string to be sent to the stream
force - - forces the output the stream, overwriting the verboseOutput flag.


Copyright © 2004-2013. All Rights Reserved.