for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Cakasim\Payone\Sdk\Log;
/**
* Implements base functionality of the LoggerInterface.
*
* @author Fabian Böttcher <[email protected]>
* @since 0.1.0
*/
abstract class AbstractLogger extends \Psr\Log\AbstractLogger
{
}