Logging
Logging with Ecotone Lite
$ecotoneLite = EcotoneLite::bootstrap(
[OrderService::class],
containerOrAvailableServices: [
// pass your Logger here
'logger' => $loggerService,
]
)Last updated
Was this helpful?