Package com.heroku.sdk.maven
Class MavenLogOutputAdapter
- java.lang.Object
-
- com.heroku.sdk.maven.MavenLogOutputAdapter
-
- All Implemented Interfaces:
OutputAdapter
public class MavenLogOutputAdapter extends Object implements OutputAdapter
-
-
Constructor Summary
Constructors Constructor Description MavenLogOutputAdapter(org.apache.maven.plugin.logging.Log log, boolean logUploadProgress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlogDebug(String message)voidlogError(String message)voidlogInfo(String message)voidlogUploadProgress(long uploaded, long contentLength)voidlogWarn(String message)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.heroku.sdk.deploy.lib.OutputAdapter
logError
-
-
-
-
Method Detail
-
logInfo
public void logInfo(String message)
- Specified by:
logInfoin interfaceOutputAdapter
-
logDebug
public void logDebug(String message)
- Specified by:
logDebugin interfaceOutputAdapter
-
logWarn
public void logWarn(String message)
- Specified by:
logWarnin interfaceOutputAdapter
-
logError
public void logError(String message)
- Specified by:
logErrorin interfaceOutputAdapter
-
logUploadProgress
public void logUploadProgress(long uploaded, long contentLength)- Specified by:
logUploadProgressin interfaceOutputAdapter
-
-