1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00
This commit is contained in:
Jordi Boggiano
2016-05-26 18:14:10 +01:00
parent 6f26801be6
commit d2616c0026

View File

@@ -61,7 +61,7 @@ interface HandlerInterface
* *
* This will be called automatically when the object is destroyed if you extend Monolog\Handler\Handler * This will be called automatically when the object is destroyed if you extend Monolog\Handler\Handler
* *
* Implementations have to be indempotent (i.e. it should be possible to call close several times without breakage) * Implementations have to be idempotent (i.e. it should be possible to call close several times without breakage)
* and ideally handlers should be able to reopen themselves on handle() after they have been closed. * and ideally handlers should be able to reopen themselves on handle() after they have been closed.
*/ */
public function close(); public function close();