jenkins.plugins.jclouds.internal
Class BuildListenerLogger

java.lang.Object
  extended by jenkins.plugins.jclouds.internal.BuildListenerLogger
All Implemented Interfaces:
org.jclouds.logging.Logger

public class BuildListenerLogger
extends Object
implements org.jclouds.logging.Logger


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jclouds.logging.Logger
org.jclouds.logging.Logger.LoggerFactory
 
Field Summary
 
Fields inherited from interface org.jclouds.logging.Logger
CONSOLE, NULL
 
Constructor Summary
BuildListenerLogger(hudson.model.BuildListener listener)
           
 
Method Summary
 void debug(String message, Object... args)
           
 void error(String message, Object... args)
           
 void error(Throwable throwable, String message, Object... args)
           
 String getCategory()
           
 void info(String message, Object... args)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isTraceEnabled()
           
 boolean isWarnEnabled()
           
 void trace(String message, Object... args)
           
 void warn(String message, Object... args)
           
 void warn(Throwable throwable, String message, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildListenerLogger

public BuildListenerLogger(hudson.model.BuildListener listener)
Method Detail

debug

public void debug(String message,
                  Object... args)
Specified by:
debug in interface org.jclouds.logging.Logger

error

public void error(String message,
                  Object... args)
Specified by:
error in interface org.jclouds.logging.Logger

error

public void error(Throwable throwable,
                  String message,
                  Object... args)
Specified by:
error in interface org.jclouds.logging.Logger

getCategory

public String getCategory()
Specified by:
getCategory in interface org.jclouds.logging.Logger

info

public void info(String message,
                 Object... args)
Specified by:
info in interface org.jclouds.logging.Logger

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface org.jclouds.logging.Logger

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface org.jclouds.logging.Logger

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface org.jclouds.logging.Logger

isTraceEnabled

public boolean isTraceEnabled()
Specified by:
isTraceEnabled in interface org.jclouds.logging.Logger

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface org.jclouds.logging.Logger

trace

public void trace(String message,
                  Object... args)
Specified by:
trace in interface org.jclouds.logging.Logger

warn

public void warn(String message,
                 Object... args)
Specified by:
warn in interface org.jclouds.logging.Logger

warn

public void warn(Throwable throwable,
                 String message,
                 Object... args)
Specified by:
warn in interface org.jclouds.logging.Logger


Copyright © 2004-2012. All Rights Reserved.