HasCommandLogger
Trait
Resolves the logger expected by command result helper traits.
Description
The consuming command is expected to expose an initialized $logger
property so reusable traits can log without coupling themselves to a
specific constructor signature.
Methods
getLogger()
: LoggerInterface
Returns the logger configured on the consuming command.