PHP Webiny\Component\Logger\Driver Пространство имен

Пространства имен

Webiny\Component\Logger\Driver\Webiny

Классы

Имя Описание
NullDriver NullDriver is used to avoid exceptions when logger you are trying to use is not available.
It acts as if everything went fine and no exceptions will be throw, but nothing is logged.
Webiny Webiny logger driver covers most of your logging needs.
The way the message is output is controlled through handlers and formatters so you can use this driver in most cases.