Interface VerboseLoggingAnalyticsService

All Known Implementing Classes:
VerboseLoggingAnalyticsServiceImpl

@Internal public interface VerboseLoggingAnalyticsService
  • Method Summary

    Modifier and Type
    Method
    Description
    returns counters and resets them
    void
    onChainExecuted(boolean isVerboseLogging)
    handles situation when chain is executed
    void
    onDeploymentExecuted(boolean isVerboseLogging)
    handles situation when deployment is executed
  • Method Details

    • onChainExecuted

      void onChainExecuted(boolean isVerboseLogging)
      handles situation when chain is executed
    • onDeploymentExecuted

      void onDeploymentExecuted(boolean isVerboseLogging)
      handles situation when deployment is executed
    • getStatsAndReset

      Map<String,Long> getStatsAndReset()
      returns counters and resets them