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.