ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Monolog\ResettableInterface Interface Reference

Handler or Processor implementing this interface will be reset when Logger::reset() is called. More...

+ Inheritance diagram for Monolog\ResettableInterface:
+ Collaboration diagram for Monolog\ResettableInterface:

Public Member Functions

 reset ()
 

Detailed Description

Handler or Processor implementing this interface will be reset when Logger::reset() is called.

Resetting ends a log cycle gets them back to their initial state.

Resetting a Handler or a Processor means flushing/cleaning all buffers, resetting internal state, and getting it back to a state in which it can receive log records again.

This is useful in case you want to avoid logs leaking between two requests or jobs when you have a long running process like a worker or an application server serving multiple requests in one process.

Author
Grégoire Pineau lyrix.nosp@m.x@ly.nosp@m.rixx..nosp@m.info

Definition at line 28 of file ResettableInterface.php.

Member Function Documentation

◆ reset()


The documentation for this interface was generated from the following file: