|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for Monolog\PsrLogCompatTest:
Collaboration diagram for Monolog\PsrLogCompatTest:Public Member Functions | |
| getLogger () | |
| getLogs () | |
| This must return the log messages in order. More... | |
Public Member Functions inherited from Psr\Log\Test\LoggerInterfaceTest | |
| getLogger () | |
| getLogs () | |
| This must return the log messages in order. More... | |
| testImplements () | |
| testLogsAtAllLevels ($level, $message) | |
| @dataProvider provideLevelsAndMessages More... | |
| provideLevelsAndMessages () | |
| testThrowsOnInvalidLevel () | |
| @expectedException \Psr\Log\InvalidArgumentException More... | |
| testContextReplacement () | |
| testObjectCastToString () | |
| testContextCanContainAnything () | |
| testContextExceptionKeyCanBeExceptionOrOtherValues () | |
Private Attributes | |
| $handler | |
Definition at line 19 of file PsrLogCompatTest.php.
| Monolog\PsrLogCompatTest::getLogger | ( | ) |
Reimplemented from Psr\Log\Test\LoggerInterfaceTest.
Definition at line 23 of file PsrLogCompatTest.php.
| Monolog\PsrLogCompatTest::getLogs | ( | ) |
This must return the log messages in order.
The simple formatting of the messages is: "<LOG LEVEL> <MESSAGE>".
Example ->error('Foo') would yield "error Foo".
Reimplemented from Psr\Log\Test\LoggerInterfaceTest.
Definition at line 35 of file PsrLogCompatTest.php.
|
private |
Definition at line 21 of file PsrLogCompatTest.php.