public class PrefixedLogger extends Object implements io.fabric8.maven.docker.util.Logger
| Constructor and Description |
|---|
PrefixedLogger(String prefix,
io.fabric8.maven.docker.util.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message,
Object... objects) |
void |
error(String message,
Object... objects) |
String |
errorMessage(String message) |
void |
info(String message,
Object... objects) |
boolean |
isDebugEnabled() |
boolean |
isVerboseEnabled() |
void |
progressFinished() |
void |
progressStart() |
void |
progressUpdate(String s,
String s1,
String s2) |
void |
verbose(String message,
Object... objects) |
void |
warn(String message,
Object... objects) |
public PrefixedLogger(String prefix, io.fabric8.maven.docker.util.Logger log)
public void debug(String message, Object... objects)
debug in interface io.fabric8.maven.docker.util.Loggerpublic void info(String message, Object... objects)
info in interface io.fabric8.maven.docker.util.Loggerpublic void verbose(String message, Object... objects)
verbose in interface io.fabric8.maven.docker.util.Loggerpublic void warn(String message, Object... objects)
warn in interface io.fabric8.maven.docker.util.Loggerpublic void error(String message, Object... objects)
error in interface io.fabric8.maven.docker.util.Loggerpublic String errorMessage(String message)
errorMessage in interface io.fabric8.maven.docker.util.Loggerpublic boolean isDebugEnabled()
isDebugEnabled in interface io.fabric8.maven.docker.util.Loggerpublic boolean isVerboseEnabled()
isVerboseEnabled in interface io.fabric8.maven.docker.util.Loggerpublic void progressStart()
progressStart in interface io.fabric8.maven.docker.util.Loggerpublic void progressUpdate(String s, String s1, String s2)
progressUpdate in interface io.fabric8.maven.docker.util.Loggerpublic void progressFinished()
progressFinished in interface io.fabric8.maven.docker.util.LoggerCopyright © 2017. All rights reserved.