Refactor Mailpoet\Logging\Logger to LoggerFactory
[MAILPOET-2444]
This commit is contained in:
committed by
Jack Kitterhing
parent
1f2e1f9e4a
commit
beccbea6e2
@@ -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 = [];
|
Reference in New Issue
Block a user