- All Superinterfaces:
Resettable
Provide a means to query the activation log.
- See Also:
-
Method Details
-
reset
boolean reset(boolean deep) Clears the activation log.- Specified by:
reset
in interfaceResettable
- Parameters:
deep
- ignored- Returns:
- true if the log was cleared, false if the log was previously empty
-
fullActivationLog
List<io.helidon.inject.api.ActivationLogEntry> fullActivationLog()The full transcript of all services phase transitions being managed.- Returns:
- the activation log if log capture is enabled
-