{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% import _self as helper %} {% block toolbar %} {% if collector.counterrors or collector.countdeprecations or collector.countwarnings %} {% set icon %} {% set status_color = collector.counterrors ? 'red' : 'yellow' %} {{ 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 or collector.countwarnings %} {{ collector.counterrors ?: (collector.countdeprecations + collector.countwarnings) }} {% endif %} {% endblock %} {% block panel %}No log messages available.
Informational and error log messages generated during the execution of the application.
There are no log messages of this level.
Log messages generated by using features marked as deprecated.
There are no log messages about deprecated features.
Unimportant log messages generated during the execution of the application.
There are no log messages of this level.
Log messages generated by PHP notices silenced with the @ operator.
There are no log messages of this level.
Log messages generated during the compilation of the service container.
There are no compiler log messages.
Class | Messages |
---|---|
{% set context_id = 'context-compiler-' ~ loop.index %}
{{ class }}
|
{{ logs|length }} |
Level | {% else %}Time | {% endif %} {% if channel_is_defined %}Channel | {% endif %}Message |
---|---|---|---|
{% if show_level %} {{ log.priorityName }} {% endif %} | {% if channel_is_defined %}{% if log.channel is null %}n/a{% else %}{{ log.channel }}{% endif %} {% if log.errorCount is defined and log.errorCount > 1 %} ({{ log.errorCount }} times) {% endif %} | {% endif %}{{ helper.render_log_message(category, loop.index, log) }} |