- All Superinterfaces:
- Resettable
Provide a means to query the activation log.
- See Also:
- 
Method Details- 
resetboolean reset(boolean deep) Clears the activation log.- Specified by:
- resetin interface- Resettable
- Parameters:
- deep- ignored
- Returns:
- true if the log was cleared, false if the log was previously empty
 
- 
fullActivationLogList<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
 
 
-