ProcessableHandlerInterface
in
Interface to describe loggers that have processors
This interface is present in monolog 1.x to ease forward compatibility.
Tags
Table of Contents
Methods
- popProcessor() : callable
- Removes the processor on top of the stack and returns it.
- pushProcessor() : HandlerInterface
- Adds a processor in the stack.
Methods
popProcessor()
Removes the processor on top of the stack and returns it.
public
popProcessor() : callable
Tags
Return values
callablepushProcessor()
Adds a processor in the stack.
public
pushProcessor(ProcessorInterface|callable $callback) : HandlerInterface
Parameters
- $callback : ProcessorInterface|callable
Return values
HandlerInterface —self