@isset($selectedFileIdentifier)
@include('log-viewer::partials.log-list-level-buttons')
@endisset
@isset($selectedFileIdentifier)
@include('log-viewer::partials.search-input')
@include('log-viewer::partials.log-list-share-page-button')
@endisset
@include('log-viewer::partials.site-settings-dropdown')
@isset($selectedFileIdentifier)
@forelse($logs as $index => $log) @empty @endforelse
Level icon
Description
Log index
@if($log->level->getClass() === 'danger') @elseif($log->level->getClass() === 'warning') @else @endif {!! highlight_search_result($log->time->toDateTimeString(), $query) !!} {!! highlight_search_result($log->text, $query) !!} @include('log-viewer::partials.log-list-link-button')
{!! highlight_search_result($log->fullText, $query) !!}
@if($log->fullTextIncomplete)
The contents of this log have been cut short to the first {{ bytes_formatted(\Opcodes\LogViewer\Facades\LogViewer::maxLogSize()) }}. The full size of this log entry is {{ $log->fullTextLengthFormatted() }}
@endif
No results
@if(!empty($query))
@endif
@else
Please select a file... Loading...
@endisset @if($logs?->hasPages())
{{ $logs->links('log-viewer::pagination') }}
@endif

Memory: {{ $memoryUsage }} · Duration: {{ $requestTime }} · Version: {{ $version }}