Documentation

ProcessableHandlerInterface

Interface to describe loggers that have processors

This interface is present in monolog 1.x to ease forward compatibility.

Tags
author

Jordi Boggiano j.boggiano@seld.be

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
throws
LogicException

In case the processor stack is empty

Return values
callable

        
On this page

Search results