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

Breadcrumb

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

function GithubActionReporter::debug

Output a debug log using the Github annotations format.

See also

https://docs.github.com/en/free-pro-team@latest/actions/reference/workf…

File

vendor/symfony/console/CI/GithubActionReporter.php, line 78

Class

GithubActionReporter
Utility class for Github actions.

Namespace

Symfony\Component\Console\CI

Code

public function debug(string $message, ?string $file = null, ?int $line = null, ?int $col = null) : void {
    $this->log('debug', $message, $file, $line, $col);
}

API Navigation

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