Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

LoggerAwareInterface.php

Namespace

Psr\Log

File

vendor/psr/log/src/LoggerAwareInterface.php

View source
<?php

namespace Psr\Log;


/**
 * Describes a logger-aware instance.
 */
interface LoggerAwareInterface {
    
    /**
     * Sets a logger instance on the object.
     */
    public function setLogger(LoggerInterface $logger) : void;

}

Interfaces

Title Deprecated Summary
LoggerAwareInterface Describes a logger-aware instance.
RSS feed
Powered by Drupal