-
- All Known Subinterfaces:
RuntimeLoggerAccessor.RuntimeLoggerProperty
public interface RuntimeLoggerAccessorProvides an accessor for aRuntimeLoggerproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRuntimeLoggerAccessor.RuntimeLoggerMutatorProvides a mutator for aRuntimeLoggerproperty.static interfaceRuntimeLoggerAccessor.RuntimeLoggerPropertyProvides aRuntimeLoggerproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeLoggergetRuntimeLogger()Retrieves the logger from the logger property.
-
-
-
Method Detail
-
getRuntimeLogger
RuntimeLogger getRuntimeLogger()
Retrieves the logger from the logger property.- Returns:
- The logger stored by the logger property.
-
-