{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% import _self as helper %} {% block toolbar %} {% if collector.counterrors or collector.countdeprecations or collector.countscreams %} {% set icon %} {% set status_color = collector.counterrors ? 'red' : collector.countdeprecations ? 'yellow' : '' %} {% set error_count = collector.counterrors + collector.countdeprecations + collector.countscreams %} {{ include('@WebProfiler/Icon/logger.svg') }}
{% endset %} {% set text %} {% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, status: status_color }) }} {% endif %} {% endblock %} {% block menu %} {{ include('@WebProfiler/Icon/logger.svg') }} Logs {% if collector.counterrors or collector.countdeprecations %} {{ collector.counterrors ?: collector.countdeprecations }} {% endif %} {% endblock %} {% block panel %}No log messages available.
There are no log messages of this level.
There are no log messages about deprecated features.
There are no log messages of this level.
There are no log messages of this level.
{{ show_level ? 'Level' : 'Time' }} | {% if channel_is_defined %}Channel | {% endif %}Message |
---|---|---|
{% if show_level %} {{ log.priorityName }} {% endif %} {{ log.timestamp|date('H:i:s') }} | {% if channel_is_defined %}{{ log.channel }} | {% endif %}{{ helper.render_log_message(loop.index, log, is_deprecation) }} |