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

Breadcrumb

  1. Drupal Core 11.1.x
  2. Status.php

function Status::setLogger

Activates status message output to a PSR3 logger

Return value

void

File

vendor/composer/xdebug-handler/src/Status.php, line 72

Class

Status
@author John Stevenson <john-stevenson@blueyonder.co.uk> @internal

Namespace

Composer\XdebugHandler

Code

public function setLogger(LoggerInterface $logger) : void {
    $this->logger = $logger;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal