ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Static Public Attributes | |
static | $appname |
static | $customParameters |
static | $transactionName |
Additional Inherited Members | |
Protected Member Functions inherited from Monolog\TestCase | |
getRecord ($level=Logger::WARNING, $message='test', $context=array()) | |
getMultipleRecords () | |
getIdentityFormatter () | |
Definition at line 18 of file NewRelicHandlerTest.php.
Monolog\Handler\NewRelicHandlerTest::setUp | ( | ) |
Monolog\Handler\NewRelicHandlerTest::testTheAppNameCanBeInjectedFromtheConstructor | ( | ) |
Definition at line 123 of file NewRelicHandlerTest.php.
References Monolog\Logger\DEBUG, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testTheAppNameCanBeOverriddenFromEachLog | ( | ) |
Definition at line 131 of file NewRelicHandlerTest.php.
References array, Monolog\Logger\DEBUG, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testTheAppNameIsNullByDefault | ( | ) |
Definition at line 115 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanAddContextParamsToTheNewRelicTrace | ( | ) |
Definition at line 46 of file NewRelicHandlerTest.php.
References array, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanAddExplodedContextParamsToTheNewRelicTrace | ( | ) |
Definition at line 53 of file NewRelicHandlerTest.php.
References array, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanAddExplodedExtraParamsToTheNewRelicTrace | ( | ) |
Definition at line 78 of file NewRelicHandlerTest.php.
References array, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanAddExtraContextAndParamsToTheNewRelicTrace | ( | ) |
Definition at line 92 of file NewRelicHandlerTest.php.
References array, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanAddExtraParamsToTheNewRelicTrace | ( | ) |
Definition at line 67 of file NewRelicHandlerTest.php.
References array, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanHandleTheRecord | ( | ) |
Definition at line 40 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerCanHandleTheRecordsFormattedUsingTheLineFormatter | ( | ) |
Definition at line 108 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testThehandlerThrowsAnExceptionIfTheNRExtensionIsNotLoaded | ( | ) |
Definition at line 34 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testTheTransactionNameCanBeInjectedFromTheConstructor | ( | ) |
Definition at line 147 of file NewRelicHandlerTest.php.
References Monolog\Logger\DEBUG, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testTheTransactionNameCanBeOverriddenFromEachLog | ( | ) |
Definition at line 155 of file NewRelicHandlerTest.php.
References array, Monolog\Logger\DEBUG, Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
Monolog\Handler\NewRelicHandlerTest::testTheTransactionNameIsNullByDefault | ( | ) |
Definition at line 139 of file NewRelicHandlerTest.php.
References Monolog\Logger\ERROR, and Monolog\TestCase\getRecord().
|
static |
Definition at line 20 of file NewRelicHandlerTest.php.
Referenced by Monolog\Handler\newrelic_set_appname().
|
static |
Definition at line 21 of file NewRelicHandlerTest.php.
Referenced by Monolog\Handler\newrelic_add_custom_parameter().
|
static |
Definition at line 22 of file NewRelicHandlerTest.php.
Referenced by Monolog\Handler\newrelic_name_transaction().