ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
setUp () | |
testConstruct () | |
Monolog::__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().
|
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().
Monolog\Handler\GelfHandlerTest::setUp | ( | ) |
Definition at line 21 of file GelfHandlerTest.php.
Monolog\Handler\GelfHandlerTest::testConstruct | ( | ) |
Monolog::__construct
Definition at line 31 of file GelfHandlerTest.php.
References $handler, and Monolog\Handler\GelfHandlerTest\getMessagePublisher().
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(), Monolog\TestCase\getRecord(), and Sabre\Event\once().
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(), Sabre\Event\once(), and Monolog\Logger\WARNING.
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(), Sabre\Event\once(), and Monolog\Logger\WARNING.