org.jenkinsci.plugins.dtkit.service
Class DTKitBuilderLog

java.lang.Object
  extended by org.jenkinsci.plugins.dtkit.service.DTKitBuilderLog
All Implemented Interfaces:
Serializable

public class DTKitBuilderLog
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
DTKitBuilderLog()
           
 
Method Summary
 void error(String message)
          Log an error output to the given logger
 void info(String message)
          Log an info output to the given logger
 void warning(String message)
          Log a warning output to the given logger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTKitBuilderLog

public DTKitBuilderLog()
Method Detail

info

public void info(String message)
Log an info output to the given logger

Parameters:
message - The message to be outputted

error

public void error(String message)
Log an error output to the given logger

Parameters:
message - The message to be outputted

warning

public void warning(String message)
Log a warning output to the given logger

Parameters:
message - The message to be outputted


Copyright © 2004-2012. All Rights Reserved.