mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-07 13:46:38 +02:00
Mark Logger @final to discourage extension
This commit is contained in:
@@ -28,6 +28,7 @@ use Stringable;
|
|||||||
* and uses them to store records that are added to it.
|
* and uses them to store records that are added to it.
|
||||||
*
|
*
|
||||||
* @author Jordi Boggiano <j.boggiano@seld.be>
|
* @author Jordi Boggiano <j.boggiano@seld.be>
|
||||||
|
* @final
|
||||||
*/
|
*/
|
||||||
class Logger implements LoggerInterface, ResettableInterface
|
class Logger implements LoggerInterface, ResettableInterface
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user