ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Public Member Functions | |
getLogger () | |
getLogs () | |
This must return the log messages in order with a simple formatting: "<LOG LEVEL> <MESSAGE>". More... | |
![]() | |
getLogger () | |
getLogs () | |
This must return the log messages in order with a simple formatting: "<LOG LEVEL> <MESSAGE>". 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 with a simple formatting: "<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.