Class VSphereLogger
java.lang.Object
org.jenkinsci.plugins.vsphere.tools.VSphereLogger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvsLogger(PrintStream logger, Exception e) static voidvsLogger(PrintStream logger, String str) This is simply a wrapper method to clean up this class.
-
Constructor Details
-
VSphereLogger
public VSphereLogger()
-
-
Method Details
-
vsLogger
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 informationstr- - The text to be logged.
-
vsLogger
-