Interface IGroovyDebugLogService

All Known Implementing Classes:
AbstractFluentService, AbstractGroovyService, FluentDeliveryProcessService, FluentDynamicDataService, FluentFormPrefillService, FluentFormSavedProcessor, FluentFormSecurityFilterService, FluentFormVersionSelectorService, FluentFunctionService, FluentGroovyService, FluentJobActionService, FluentMediaTypeScanService, FluentReceiptNumberService, FluentRenderReceiptService, FluentScheduledService, FluentSubmissionCompletedProcessor, FluentSubmissionDataValidator, FluentSubmissionPreprocessor, FluentTaskExpiryService, FluentTrackingNumberService, FluentTransactionHistoryPublisher, FluentVirusScanService, GroovyDeliveryProcessService, GroovyDynamicDataService, GroovyEmailService, GroovyFormPrefillService, GroovyFormSavedProcessor, GroovyFormSecurityFilterService, GroovyFormVersionSelectorService, GroovyJobActionService, GroovyReceiptNumberService, GroovyRenderReceiptService, GroovyScheduledService, GroovyServiceImpl, GroovySubmissionCompletedProcessor, GroovySubmissionDataValidator, GroovySubmissionPreprocessor, GroovyTaskExpiryService, GroovyTrackingNumberService, TransactionHistoryPublisherImpl

public interface IGroovyDebugLogService
Provides a groovy debug log interface which checks if production level groovy debug log restriction is disabled.
Since:
20.11.7
  • Method Summary

    Modifier and Type
    Method
    Description
    Return true if GroovyLogger DEBUG level message recording is enabled.
    default Boolean
    Returns the Groovy Logger DEBUG level after checking if production level groovy debug log restriction is overrided.
    void
    Set whether GroovyLogger DEBUG level message recording is enabled.
  • Method Details

    • getGroovyDebugLogging

      Boolean getGroovyDebugLogging()
      Return true if GroovyLogger DEBUG level message recording is enabled.
      Returns:
      true if GroovyLogger DEBUG level message recording is enabled.
    • setGroovyDebugLogging

      void setGroovyDebugLogging(Boolean debugEnabled)
      Set whether GroovyLogger DEBUG level message recording is enabled.
      Parameters:
      debugEnabled - the groovyDebugLoggingEnabled to set
    • isGroovyDebugLogging

      default Boolean isGroovyDebugLogging()
      Returns the Groovy Logger DEBUG level after checking if production level groovy debug log restriction is overrided.
      Returns:
      true if GroovyLogger DEBUG level message recording is enabled.