LoggerAwareCommandInterface
Interface
Defines the logger contract consumed by reusable command result helpers.
Description
Commands that compose shared logging traits expose their logger through this interface so the traits can stay agnostic of the concrete command class.
Methods
getLogger()
: LoggerInterface
Returns the logger used to emit command lifecycle messages.