Skip to main content
Version: 2.0

Logging Messages for the Funnel

Here are the log messages generated by the Funnel System.

LevelMessageWhen it gets writtenNotes
ERRORThere is no error defined for funnelWhen the process method on the funnel is called but there is no entity set.n/a
INFOFetching funnel state from sessionWhen processing a request. Before the steps are called.n/a
INFOClear flag sent. Creating a new funnel stateWhen processing a request. Before the steps are called. Only when the clear flag has been set.n/a
INFONo state found. Creating new stateWhen processing a request. Before the steps are called. Only when a previous state has not been found.n/a
INFOSaving funnel stateWhen procesing a request. After the steps are called.n/a
INFOChecking if step is completeBefore calling the step isCompleteThe step number is in the context.
INFOGetting output for stepBefore calling the step getOutputThe step number is in the context.
ERRORStep not found.When processing the step.The step number is in the context.
ERRORThere is no repository set to inject into stepWhen fetching the step before the steps are called.n/a
ERRORThere is no success handler setWhen calling the success handler but there is none set.n/a
ERRORThere is no repository set to inject into success handlerWhen calling the success handler.n/a
INFOCalling success handlerWhen calling the success handler.n/a