mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-12 16:14:08 +02:00
Added the support of a logging context
This commit is contained in:
@@ -20,6 +20,7 @@ class TestCase extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
return array(
|
||||
'message' => $message,
|
||||
'context' => array(),
|
||||
'level' => $level,
|
||||
'level_name' => Logger::getLevelName($level),
|
||||
'channel' => 'test',
|
||||
|
Reference in New Issue
Block a user