ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Static Public Attributes | |
static | $appname |
static | $customParameters |
static | $transactionName |
Additional Inherited Members | |
![]() | |
getRecord ($level=Logger::WARNING, $message='test', $context=array()) | |
getMultipleRecords () | |
getIdentityFormatter () | |
Definition at line 17 of file NewRelicHandlerTest.php.
Monolog\Handler\NewRelicHandlerTest::setUp | ( | ) |
Definition at line 23 of file NewRelicHandlerTest.php.
Monolog\Handler\NewRelicHandlerTest::testTheAppNameCanBeInjectedFromtheConstructor | ( | ) |
Definition at line 115 of file NewRelicHandlerTest.php.
References Monolog\Logger\DEBUG, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testTheAppNameCanBeOverriddenFromEachLog | ( | ) |
Definition at line 123 of file NewRelicHandlerTest.php.
References Monolog\Logger\DEBUG, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testTheAppNameIsNullByDefault | ( | ) |
Definition at line 107 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanAddContextParamsToTheNewRelicTrace | ( | ) |
Definition at line 45 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanAddExplodedContextParamsToTheNewRelicTrace | ( | ) |
Definition at line 52 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanAddExplodedExtraParamsToTheNewRelicTrace | ( | ) |
Definition at line 77 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanAddExtraContextAndParamsToTheNewRelicTrace | ( | ) |
Definition at line 91 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanAddExtraParamsToTheNewRelicTrace | ( | ) |
Definition at line 66 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanHandleTheRecord | ( | ) |
Definition at line 39 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerThrowsAnExceptionIfTheNRExtensionIsNotLoaded | ( | ) |
Definition at line 33 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testTheTransactionNameCanBeInjectedFromTheConstructor | ( | ) |
Definition at line 139 of file NewRelicHandlerTest.php.
References Monolog\Logger\DEBUG, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testTheTransactionNameCanBeOverriddenFromEachLog | ( | ) |
Definition at line 147 of file NewRelicHandlerTest.php.
References Monolog\Logger\DEBUG, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testTheTransactionNameIsNullByDefault | ( | ) |
Definition at line 131 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
|
static |
Definition at line 19 of file NewRelicHandlerTest.php.
Referenced by Monolog\Handler\newrelic_set_appname().
|
static |
Definition at line 20 of file NewRelicHandlerTest.php.
Referenced by Monolog\Handler\newrelic_add_custom_parameter().
|
static |
Definition at line 21 of file NewRelicHandlerTest.php.
Referenced by Monolog\Handler\newrelic_name_transaction().