|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for Monolog\Handler\GelfHandlerLegacyTest:
Collaboration diagram for Monolog\Handler\GelfHandlerLegacyTest:Public Member Functions | |
| setUp () | |
| testConstruct () | |
| @covers Monolog\Handler\GelfHandler::__construct More... | |
| testDebug () | |
| testWarning () | |
| testInjectedGelfMessageFormatter () | |
Protected Member Functions | |
| getHandler ($messagePublisher) | |
| getMessagePublisher () | |
Protected Member Functions inherited from Monolog\TestCase | |
| getRecord ($level=Logger::WARNING, $message='test', $context=array()) | |
| getMultipleRecords () | |
| getIdentityFormatter () | |
Definition at line 19 of file GelfHandlerLegacyTest.php.
|
protected |
Definition at line 39 of file GelfHandlerLegacyTest.php.
References $handler.
Referenced by Monolog\Handler\GelfHandlerLegacyTest\testDebug(), Monolog\Handler\GelfHandlerLegacyTest\testInjectedGelfMessageFormatter(), and Monolog\Handler\GelfHandlerLegacyTest\testWarning().
Here is the caller graph for this function:
|
protected |
Definition at line 46 of file GelfHandlerLegacyTest.php.
Referenced by Monolog\Handler\GelfHandlerLegacyTest\testConstruct(), Monolog\Handler\GelfHandlerLegacyTest\testDebug(), Monolog\Handler\GelfHandlerLegacyTest\testInjectedGelfMessageFormatter(), and Monolog\Handler\GelfHandlerLegacyTest\testWarning().
Here is the caller graph for this function:| Monolog\Handler\GelfHandlerLegacyTest::setUp | ( | ) |
Definition at line 21 of file GelfHandlerLegacyTest.php.
| Monolog\Handler\GelfHandlerLegacyTest::testConstruct | ( | ) |
@covers Monolog\Handler\GelfHandler::__construct
Definition at line 33 of file GelfHandlerLegacyTest.php.
References $handler, and Monolog\Handler\GelfHandlerLegacyTest\getMessagePublisher().
Here is the call graph for this function:| Monolog\Handler\GelfHandlerLegacyTest::testDebug | ( | ) |
Definition at line 51 of file GelfHandlerLegacyTest.php.
References $handler, Monolog\Logger\DEBUG, Monolog\Handler\GelfHandlerLegacyTest\getHandler(), Monolog\Handler\GelfHandlerLegacyTest\getMessagePublisher(), and Monolog\TestCase\getRecord().
Here is the call graph for this function:| Monolog\Handler\GelfHandlerLegacyTest::testInjectedGelfMessageFormatter | ( | ) |
Definition at line 79 of file GelfHandlerLegacyTest.php.
References $handler, Monolog\Handler\GelfHandlerLegacyTest\getHandler(), Monolog\Handler\GelfHandlerLegacyTest\getMessagePublisher(), Monolog\TestCase\getRecord(), and Monolog\Logger\WARNING.
Here is the call graph for this function:| Monolog\Handler\GelfHandlerLegacyTest::testWarning | ( | ) |
Definition at line 65 of file GelfHandlerLegacyTest.php.
References $handler, Monolog\Handler\GelfHandlerLegacyTest\getHandler(), Monolog\Handler\GelfHandlerLegacyTest\getMessagePublisher(), Monolog\TestCase\getRecord(), and Monolog\Logger\WARNING.
Here is the call graph for this function: