logger

val logger: KLogger(source)

Logger for the agent layer, under the category ksl.modeling.agent.AgentModel.

Currently it reports one condition: a transitionTo issued from a state's exit action, which is deferred rather than substituted and so causes the in-flight transition's target to be entered on the way through. See the Statechart KDoc for what that means and why. Raise the category to WARN or lower to see it; it is silent otherwise.