Package com.heroku.sdk.deploy.lib
Interface OutputAdapter
-
public interface OutputAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidlogDebug(String message)voidlogError(String message)default voidlogError(String message, Throwable t)voidlogInfo(String message)voidlogUploadProgress(long uploaded, long contentLength)voidlogWarn(String message)
-