|
@@ -18,50 +18,50 @@ namespace Monolog\Handler;
|
|
|
*
|
|
*
|
|
|
* @author Jordi Boggiano <j.boggiano@seld.be>
|
|
* @author Jordi Boggiano <j.boggiano@seld.be>
|
|
|
*
|
|
*
|
|
|
- * @method boolean hasEmergency($record)
|
|
|
|
|
- * @method boolean hasAlert($record)
|
|
|
|
|
- * @method boolean hasCritical($record)
|
|
|
|
|
- * @method boolean hasError($record)
|
|
|
|
|
- * @method boolean hasWarning($record)
|
|
|
|
|
- * @method boolean hasNotice($record)
|
|
|
|
|
- * @method boolean hasInfo($record)
|
|
|
|
|
- * @method boolean hasDebug($record)
|
|
|
|
|
|
|
+ * @method bool hasEmergency($record)
|
|
|
|
|
+ * @method bool hasAlert($record)
|
|
|
|
|
+ * @method bool hasCritical($record)
|
|
|
|
|
+ * @method bool hasError($record)
|
|
|
|
|
+ * @method bool hasWarning($record)
|
|
|
|
|
+ * @method bool hasNotice($record)
|
|
|
|
|
+ * @method bool hasInfo($record)
|
|
|
|
|
+ * @method bool hasDebug($record)
|
|
|
*
|
|
*
|
|
|
- * @method boolean hasEmergencyRecords()
|
|
|
|
|
- * @method boolean hasAlertRecords()
|
|
|
|
|
- * @method boolean hasCriticalRecords()
|
|
|
|
|
- * @method boolean hasErrorRecords()
|
|
|
|
|
- * @method boolean hasWarningRecords()
|
|
|
|
|
- * @method boolean hasNoticeRecords()
|
|
|
|
|
- * @method boolean hasInfoRecords()
|
|
|
|
|
- * @method boolean hasDebugRecords()
|
|
|
|
|
|
|
+ * @method bool hasEmergencyRecords()
|
|
|
|
|
+ * @method bool hasAlertRecords()
|
|
|
|
|
+ * @method bool hasCriticalRecords()
|
|
|
|
|
+ * @method bool hasErrorRecords()
|
|
|
|
|
+ * @method bool hasWarningRecords()
|
|
|
|
|
+ * @method bool hasNoticeRecords()
|
|
|
|
|
+ * @method bool hasInfoRecords()
|
|
|
|
|
+ * @method bool hasDebugRecords()
|
|
|
*
|
|
*
|
|
|
- * @method boolean hasEmergencyThatContains($message)
|
|
|
|
|
- * @method boolean hasAlertThatContains($message)
|
|
|
|
|
- * @method boolean hasCriticalThatContains($message)
|
|
|
|
|
- * @method boolean hasErrorThatContains($message)
|
|
|
|
|
- * @method boolean hasWarningThatContains($message)
|
|
|
|
|
- * @method boolean hasNoticeThatContains($message)
|
|
|
|
|
- * @method boolean hasInfoThatContains($message)
|
|
|
|
|
- * @method boolean hasDebugThatContains($message)
|
|
|
|
|
|
|
+ * @method bool hasEmergencyThatContains($message)
|
|
|
|
|
+ * @method bool hasAlertThatContains($message)
|
|
|
|
|
+ * @method bool hasCriticalThatContains($message)
|
|
|
|
|
+ * @method bool hasErrorThatContains($message)
|
|
|
|
|
+ * @method bool hasWarningThatContains($message)
|
|
|
|
|
+ * @method bool hasNoticeThatContains($message)
|
|
|
|
|
+ * @method bool hasInfoThatContains($message)
|
|
|
|
|
+ * @method bool hasDebugThatContains($message)
|
|
|
*
|
|
*
|
|
|
- * @method boolean hasEmergencyThatMatches($message)
|
|
|
|
|
- * @method boolean hasAlertThatMatches($message)
|
|
|
|
|
- * @method boolean hasCriticalThatMatches($message)
|
|
|
|
|
- * @method boolean hasErrorThatMatches($message)
|
|
|
|
|
- * @method boolean hasWarningThatMatches($message)
|
|
|
|
|
- * @method boolean hasNoticeThatMatches($message)
|
|
|
|
|
- * @method boolean hasInfoThatMatches($message)
|
|
|
|
|
- * @method boolean hasDebugThatMatches($message)
|
|
|
|
|
|
|
+ * @method bool hasEmergencyThatMatches($message)
|
|
|
|
|
+ * @method bool hasAlertThatMatches($message)
|
|
|
|
|
+ * @method bool hasCriticalThatMatches($message)
|
|
|
|
|
+ * @method bool hasErrorThatMatches($message)
|
|
|
|
|
+ * @method bool hasWarningThatMatches($message)
|
|
|
|
|
+ * @method bool hasNoticeThatMatches($message)
|
|
|
|
|
+ * @method bool hasInfoThatMatches($message)
|
|
|
|
|
+ * @method bool hasDebugThatMatches($message)
|
|
|
*
|
|
*
|
|
|
- * @method boolean hasEmergencyThatPasses($message)
|
|
|
|
|
- * @method boolean hasAlertThatPasses($message)
|
|
|
|
|
- * @method boolean hasCriticalThatPasses($message)
|
|
|
|
|
- * @method boolean hasErrorThatPasses($message)
|
|
|
|
|
- * @method boolean hasWarningThatPasses($message)
|
|
|
|
|
- * @method boolean hasNoticeThatPasses($message)
|
|
|
|
|
- * @method boolean hasInfoThatPasses($message)
|
|
|
|
|
- * @method boolean hasDebugThatPasses($message)
|
|
|
|
|
|
|
+ * @method bool hasEmergencyThatPasses($message)
|
|
|
|
|
+ * @method bool hasAlertThatPasses($message)
|
|
|
|
|
+ * @method bool hasCriticalThatPasses($message)
|
|
|
|
|
+ * @method bool hasErrorThatPasses($message)
|
|
|
|
|
+ * @method bool hasWarningThatPasses($message)
|
|
|
|
|
+ * @method bool hasNoticeThatPasses($message)
|
|
|
|
|
+ * @method bool hasInfoThatPasses($message)
|
|
|
|
|
+ * @method bool hasDebugThatPasses($message)
|
|
|
*/
|
|
*/
|
|
|
class TestHandler extends AbstractProcessingHandler
|
|
class TestHandler extends AbstractProcessingHandler
|
|
|
{
|
|
{
|