Skip to content

Logger

This class allows to access services in the services container by just only accessing a public property with the same name of a registered service

Methods

isEnabled

Check if the logger is currently enabled or not from the config

public isEnabled(): bool

beforeDispatchLoop

This action is executed before execute any action in the application Keeping a log of the dispatch event

public beforeDispatchLoop(\Phalcon\Events\Event $event, \Zemit\Dispatcher\DispatcherInterface $dispatcher): void

Parameters:

Parameter Type Description
$event \Phalcon\Events\Event
$dispatcher \Zemit\Dispatcher\DispatcherInterface

Throws: