Skip to content

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

Methods

getLogger

Returns the logger used to emit command lifecycle messages.

public getLogger(): \Psr\Log\LoggerInterface

Clone this wiki locally