Skip to content

Logger


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, \PhalconKit\Dispatcher\DispatcherInterface $dispatcher): void

Parameters:

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

Throws: