added file and lineno to debug messages
This commit is contained in:
parent
cb63fea02f
commit
bea5f58f16
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ class Debug {
|
|||
|
||||
self::$instance->messages[] = array(
|
||||
'message' => $message,
|
||||
//'file' => $info['file'],
|
||||
//'line' => $info['line'],
|
||||
'file' => $info['file'],
|
||||
'line' => $info['line'],
|
||||
//'time' => date('r'),
|
||||
'args' => array_slice($info['args'], 1),
|
||||
//'trace' => array_slice($trace, 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue