@final
public function log(CompilerPassInterface $pass, string $message) : void { $this->getCompiler() ->log($pass, $this->resolveEnvPlaceholders($message)); }