Class Logger
java.lang.Object
io.jenkins.plugins.propelo.commons.utils.Logger
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voiddebug(PrintStream out, String message) static voiderror(PrintStream out, String message) static voiderror(PrintStream out, String message, Exception e) static voidinfo(PrintStream out, String message)  
- 
Constructor Details
- 
Logger
public Logger() 
 - 
 - 
Method Details
- 
info
 - 
error
 - 
debug
 - 
error
 
 -