\Monolog\HandlerProcessableHandlerInterface

Interface to describe loggers that have processors

Summary

Methods
Constants
pushProcessor()
popProcessor()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

popProcessor()

popProcessor() : callable

Removes the processor on top of the stack and returns it.

Throws

\LogicException

In case the processor stack is empty

Returns

callable