1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-14 09:04:15 +02:00
This commit is contained in:
Jordi Boggiano
2014-06-04 18:30:04 +02:00
parent a162f81457
commit 25b16e8019
2 changed files with 4 additions and 3 deletions

View File

@@ -129,5 +129,6 @@ function newrelic_set_appname($appname)
function newrelic_add_custom_parameter($key, $value)
{
NewRelicHandlerTest::$customParameters[$key] = $value;
return true;
}