mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:50:11 +00:00
Merge branch 'refactor-logger-class-with-logger-object' into fix-code-style-for-pr-14688
This commit is contained in:
commit
3698ab5aaa
4 changed files with 29 additions and 24 deletions
|
@ -15,7 +15,17 @@ use Friendica\Util\Profiler;
|
|||
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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue