ProcessableHandlerInterface
in
Interface to describe loggers that have processors
Tags
Table of Contents
- popProcessor() : callable|ProcessorInterface
- 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|ProcessorInterface
Tags
Return values
callable|ProcessorInterface —pushProcessor()
Adds a processor in the stack.
public
pushProcessor(ProcessorInterface|callable $callback) : HandlerInterface
Parameters
- $callback : ProcessorInterface|callable
Tags
Return values
HandlerInterface —self