You are here

public function TestingAppService::debug in Forena Reports 8

Debug handler Enter description here ...

Parameters

string $short_message:

string $log:

Overrides AppService::debug

File

tests/src/Unit/Mock/TestingAppService.php, line 150

Class

TestingAppService

Namespace

Drupal\Tests\forena\Unit\Mock

Code

public function debug($short_message = '', $log = '') {
  echo "{$short_message}\n";
  echo "{$log}\n";
}