Set new factories as internal

This commit is contained in:
Art4 2025-04-14 14:39:39 +00:00
parent fc1d8e92f3
commit c0065a68b3
2 changed files with 4 additions and 0 deletions

View file

@ -21,6 +21,8 @@ use Psr\Log\LoggerInterface;
* The logger factory for the StreamLogger instance
*
* @see StreamLogger
*
* @internal
*/
final class StreamLoggerFactory implements LoggerFactory
{

View file

@ -19,6 +19,8 @@ use Psr\Log\LoggerInterface;
* The logger factory for the SyslogLogger instance
*
* @see SyslogLogger
*
* @internal
*/
final class SyslogLoggerFactory implements LoggerFactory
{