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
|
* The logger factory for the StreamLogger instance
|
||||||
*
|
*
|
||||||
* @see StreamLogger
|
* @see StreamLogger
|
||||||
|
*
|
||||||
|
* @internal
|
||||||
*/
|
*/
|
||||||
final class StreamLoggerFactory implements LoggerFactory
|
final class StreamLoggerFactory implements LoggerFactory
|
||||||
{
|
{
|
||||||
|
|
|
@ -19,6 +19,8 @@ use Psr\Log\LoggerInterface;
|
||||||
* The logger factory for the SyslogLogger instance
|
* The logger factory for the SyslogLogger instance
|
||||||
*
|
*
|
||||||
* @see SyslogLogger
|
* @see SyslogLogger
|
||||||
|
*
|
||||||
|
* @internal
|
||||||
*/
|
*/
|
||||||
final class SyslogLoggerFactory implements LoggerFactory
|
final class SyslogLoggerFactory implements LoggerFactory
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue