Interface RuntimeLoggerAccessor.RuntimeLoggerMutator

All Known Subinterfaces:
RuntimeLoggerAccessor.RuntimeLoggerProperty
Enclosing interface:
RuntimeLoggerAccessor

public static interface RuntimeLoggerAccessor.RuntimeLoggerMutator
Provides a mutator for a RuntimeLogger property.
  • Method Summary

    Modifier and Type Method Description
    void setRuntimeLogger​(RuntimeLogger aRuntimeLogger)
    Sets the logger for the logger property.
  • Method Details

    • setRuntimeLogger

      void setRuntimeLogger​(RuntimeLogger aRuntimeLogger)
      Sets the logger for the logger property.
      Parameters:
      aRuntimeLogger - The logger to be stored by the logger property.