jenkins.plugins.jclouds.internal
Class BuildListenerLogger
java.lang.Object
jenkins.plugins.jclouds.internal.BuildListenerLogger
- All Implemented Interfaces:
- org.jclouds.logging.Logger
public class BuildListenerLogger
- extends Object
- implements org.jclouds.logging.Logger
| Nested classes/interfaces inherited from interface org.jclouds.logging.Logger |
org.jclouds.logging.Logger.LoggerFactory |
| Fields inherited from interface org.jclouds.logging.Logger |
CONSOLE, NULL |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildListenerLogger
public BuildListenerLogger(hudson.model.BuildListener listener)
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.