mirror of
https://github.com/friendica/friendica
synced 2025-01-31 22:19:47 +00:00
Add description for LegacyLoggerFactory
This commit is contained in:
parent
148c9cdfe6
commit
c1dde29ef6
1 changed files with 11 additions and 1 deletions
|
@ -15,7 +15,17 @@ use Friendica\Util\Profiler;
|
||||||
use Psr\Log\LoggerInterface;
|
use Psr\Log\LoggerInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Manager for the core logging instances
|
* Bridge for the legacy Logger factory.
|
||||||
|
*
|
||||||
|
* This class can be removed after the following classes are replaced or
|
||||||
|
* refactored implementing the `\Friendica\Core\Logger\Factory\LoggerFactory`:
|
||||||
|
*
|
||||||
|
* - Friendica\Core\Logger\Factory\StreamLogger
|
||||||
|
* - Friendica\Core\Logger\Factory\SyslogLogger
|
||||||
|
* - monolog addon: Friendica\Addon\monolog\src\Factory\Monolog
|
||||||
|
*
|
||||||
|
* @see \Friendica\Core\Logger\Factory\StreamLogger
|
||||||
|
* @see \Friendica\Core\Logger\Factory\SyslogLogger
|
||||||
*/
|
*/
|
||||||
final class LegacyLoggerFactory implements LoggerFactory
|
final class LegacyLoggerFactory implements LoggerFactory
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue