Interface ILogger

All Known Subinterfaces:
ISonargraphBuildClient
All Known Implementing Classes:
AbstractSonargraphReportTask, SonargraphBuildRunner, SonargraphCreateOrUpdateSystem, SonargraphDynamicReportTask, SonargraphReportTask, SonargraphResendFailedUploadsTask

public interface ILogger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Log an error message regarding progress
    void
    info(String msg)
    Log an informational message regarding progress
  • Method Details

    • info

      void info(String msg)
      Log an informational message regarding progress
      Parameters:
      msg - Message to be logged
    • error

      void error(String msg)
      Log an error message regarding progress
      Parameters:
      msg - Message to be logged