-
-
Notifications
You must be signed in to change notification settings - Fork 0
LoggerAwareCommandInterface
github-actions edited this page Apr 23, 2026
·
1 revision
Defines the logger contract consumed by reusable command result helpers.
Commands that compose shared logging traits expose their logger through this interface so the traits can stay agnostic of the concrete command class.
- Full name:
\FastForward\DevTools\Console\Command\LoggerAwareCommandInterface
Returns the logger used to emit command lifecycle messages.
public getLogger(): \Psr\Log\LoggerInterface