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 | Time | Channel | Message |
---|---|---|---|
{% if show_level %} {{ log.priorityName }} {% endif %} | {% if log.channel is null %}n/a{% else %}{{ log.channel }}{% endif %} {% if log.errorCount is defined and log.errorCount > 1 %} ({{ log.errorCount }} times) {% endif %} | {{ helper.render_log_message(category, loop.index, log) }} |