|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for Monolog\Handler\GelfHandlerTest:
Collaboration diagram for Monolog\Handler\GelfHandlerTest: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 GelfHandlerTest.php.
|
protected |
Definition at line 37 of file GelfHandlerTest.php.
References $handler.
Referenced by Monolog\Handler\GelfHandlerTest\testDebug(), Monolog\Handler\GelfHandlerTest\testInjectedGelfMessageFormatter(), and Monolog\Handler\GelfHandlerTest\testWarning().
Here is the caller graph for this function:
|
protected |
Definition at line 44 of file GelfHandlerTest.php.
Referenced by Monolog\Handler\GelfHandlerTest\testConstruct(), Monolog\Handler\GelfHandlerTest\testDebug(), Monolog\Handler\GelfHandlerTest\testInjectedGelfMessageFormatter(), and Monolog\Handler\GelfHandlerTest\testWarning().
Here is the caller graph for this function:| Monolog\Handler\GelfHandlerTest::setUp | ( | ) |
Definition at line 21 of file GelfHandlerTest.php.
| Monolog\Handler\GelfHandlerTest::testConstruct | ( | ) |
@covers Monolog\Handler\GelfHandler::__construct
Definition at line 31 of file GelfHandlerTest.php.
References $handler, and Monolog\Handler\GelfHandlerTest\getMessagePublisher().
Here is the call graph for this function:| Monolog\Handler\GelfHandlerTest::testDebug | ( | ) |
Definition at line 49 of file GelfHandlerTest.php.
References $handler, Monolog\Logger\DEBUG, Monolog\Handler\GelfHandlerTest\getHandler(), Monolog\Handler\GelfHandlerTest\getMessagePublisher(), and Monolog\TestCase\getRecord().
Here is the call graph for this function:| Monolog\Handler\GelfHandlerTest::testInjectedGelfMessageFormatter | ( | ) |
Definition at line 91 of file GelfHandlerTest.php.
References $handler, Monolog\Handler\GelfHandlerTest\getHandler(), Monolog\Handler\GelfHandlerTest\getMessagePublisher(), Monolog\TestCase\getRecord(), and Monolog\Logger\WARNING.
Here is the call graph for this function:| Monolog\Handler\GelfHandlerTest::testWarning | ( | ) |
Definition at line 70 of file GelfHandlerTest.php.
References $handler, Monolog\Handler\GelfHandlerTest\getHandler(), Monolog\Handler\GelfHandlerTest\getMessagePublisher(), Monolog\TestCase\getRecord(), and Monolog\Logger\WARNING.
Here is the call graph for this function: