public function FrxReportGenerator::debug in Forena Reports 7.4
Same name and namespace in other branches
- 6.2 FrxReportGenerator.inc \FrxReportGenerator::debug()
- 7.2 FrxReportGenerator.inc \FrxReportGenerator::debug()
- 7.3 FrxReportGenerator.inc \FrxReportGenerator::debug()
File
- ./
FrxReportGenerator.inc, line 291 - Common functions used throughout the project but loaded in this file to keep the module file lean.
Class
Code
public function debug($short_message = '', $log = '') {
$this->app
->debug($short_message, $log);
}