Output a debug log using the Github annotations format.
https://docs.github.com/en/free-pro-team@latest/actions/reference/workf…
public function debug(string $message, ?string $file = null, ?int $line = null, ?int $col = null) : void { $this->log('debug', $message, $file, $line, $col); }