PHP Webiny\Component\Logger\Driver Namespace

Nested Namespaces

Webiny\Component\Logger\Driver\Webiny

Classes

Name Description
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.