mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Set new factories as internal
This commit is contained in:
parent
fc1d8e92f3
commit
c0065a68b3
2 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@ use Psr\Log\LoggerInterface;
|
|||
* The logger factory for the StreamLogger instance
|
||||
*
|
||||
* @see StreamLogger
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
final class StreamLoggerFactory implements LoggerFactory
|
||||
{
|
||||
|
|
|
@ -19,6 +19,8 @@ use Psr\Log\LoggerInterface;
|
|||
* The logger factory for the SyslogLogger instance
|
||||
*
|
||||
* @see SyslogLogger
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
final class SyslogLoggerFactory implements LoggerFactory
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue