PHP 8.2.31
Preview: AbstractLogger.php Size: 414 B
/opt/cpanel/ea-wappspector/vendor/psr/log/src/AbstractLogger.php

<?php

namespace Psr\Log;

/**
 * This is a simple Logger implementation that other Loggers can inherit from.
 *
 * It simply delegates all log-level-specific methods to the `log` method to
 * reduce boilerplate code that a simple Logger that does the same thing with
 * messages regardless of the error level has to implement.
 */
abstract class AbstractLogger implements LoggerInterface
{
    use LoggerTrait;
}

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
414 B lrw-r--r-- 2021-07-14 16:41:46
Edit Download
96 B lrw-r--r-- 2021-07-14 16:41:46
Edit Download
297 B lrw-r--r-- 2021-07-14 16:41:46
Edit Download
426 B lrw-r--r-- 2021-07-14 16:41:46
Edit Download
3.26 KB lrw-r--r-- 2021-07-14 16:41:46
Edit Download
3.56 KB lrw-r--r-- 2021-07-14 16:41:46
Edit Download
336 B lrw-r--r-- 2021-07-14 16:41:46
Edit Download
732 B lrw-r--r-- 2021-07-14 16:41:46
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).