Class VSphereLogger

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

public class VSphereLogger extends Object
  • Constructor Details

    • VSphereLogger

      public VSphereLogger()
  • Method Details

    • 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
      str - - The text to be logged.
    • vsLogger

      public static void vsLogger(PrintStream logger, Exception e)