Refactor Mailpoet\Logging\Logger to LoggerFactory

[MAILPOET-2444]
This commit is contained in:
Rostislav Wolny
2019-10-07 15:28:27 +02:00
committed by Jack Kitterhing
parent 1f2e1f9e4a
commit beccbea6e2
12 changed files with 55 additions and 55 deletions

View File

@@ -22,7 +22,7 @@ use MailPoetVendor\Monolog\Processor\WebProcessor;
*
* If WP_DEBUG is true additional information will be added to every log message.
*/
class Logger {
class LoggerFactory {
/** @var \MailPoetVendor\Monolog\Logger[] */
private static $instance = [];