Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-kernel/Log/DebugLoggerInterface.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
13 | 13 |
14 /** | 14 /** |
15 * DebugLoggerInterface. | 15 * DebugLoggerInterface. |
16 * | 16 * |
17 * @author Fabien Potencier <fabien@symfony.com> | 17 * @author Fabien Potencier <fabien@symfony.com> |
18 * | |
19 * @method clear() Removes all log records. | |
18 */ | 20 */ |
19 interface DebugLoggerInterface | 21 interface DebugLoggerInterface |
20 { | 22 { |
21 /** | 23 /** |
22 * Returns an array of logs. | 24 * Returns an array of logs. |