public class BuildListenerLogger extends Object implements org.jclouds.logging.Logger
Constructor and Description |
---|
BuildListenerLogger(hudson.model.BuildListener listener) |
Modifier and Type | Method and Description |
---|---|
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) |
public BuildListenerLogger(hudson.model.BuildListener listener)
public void debug(String message, Object... args)
debug
in interface org.jclouds.logging.Logger
public void error(String message, Object... args)
error
in interface org.jclouds.logging.Logger
public void error(Throwable throwable, String message, Object... args)
error
in interface org.jclouds.logging.Logger
public String getCategory()
getCategory
in interface org.jclouds.logging.Logger
public void info(String message, Object... args)
info
in interface org.jclouds.logging.Logger
public boolean isDebugEnabled()
isDebugEnabled
in interface org.jclouds.logging.Logger
public boolean isErrorEnabled()
isErrorEnabled
in interface org.jclouds.logging.Logger
public boolean isInfoEnabled()
isInfoEnabled
in interface org.jclouds.logging.Logger
public boolean isTraceEnabled()
isTraceEnabled
in interface org.jclouds.logging.Logger
public boolean isWarnEnabled()
isWarnEnabled
in interface org.jclouds.logging.Logger
public void trace(String message, Object... args)
trace
in interface org.jclouds.logging.Logger
public void warn(String message, Object... args)
warn
in interface org.jclouds.logging.Logger
Copyright © 2004-2015. All Rights Reserved.