mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Moving basic templates to the 'base' key.
This commit is contained in:
parent
aa6d6a9918
commit
864cb70645
1 changed files with 3 additions and 3 deletions
|
@ -75,13 +75,13 @@ class Debugger {
|
||||||
),
|
),
|
||||||
'txt' => array(
|
'txt' => array(
|
||||||
'error' => "{:error}: {:code} :: {:description} on line {:line} of {:path}\n{:info}",
|
'error' => "{:error}: {:code} :: {:description} on line {:line} of {:path}\n{:info}",
|
||||||
'context' => "Context:\n{:context}\n",
|
|
||||||
'trace' => "Trace:\n{:trace}\n",
|
|
||||||
'code' => '',
|
'code' => '',
|
||||||
'info' => ''
|
'info' => ''
|
||||||
),
|
),
|
||||||
'base' => array(
|
'base' => array(
|
||||||
'traceLine' => '{:reference} - {:path}, line {:line}'
|
'traceLine' => '{:reference} - {:path}, line {:line}',
|
||||||
|
'trace' => "Trace:\n{:trace}\n",
|
||||||
|
'context' => "Context:\n{:context}\n",
|
||||||
),
|
),
|
||||||
'log' => array(),
|
'log' => array(),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue