Interface ILogger
-
- All Known Subinterfaces:
ISonargraphBuildClient
- All Known Implementing Classes:
SonargraphBuildRunner
public interface ILogger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(java.lang.String msg)Log an error message regarding progressvoidinfo(java.lang.String msg)Log an informational message regarding progress
-