Create comment

This commit is contained in:
Dennis Eichhorn 2016-10-29 22:04:12 +02:00
parent 9f872bfc14
commit fedf08f31c

View File

@ -82,6 +82,12 @@ class FileLogger implements LoggerInterface
*/
private $path = '';
/**
* Is the logging file created
*
* @var bool
* @since 1.0.0
*/
private $created = false;
/**