+
+
+
+
+
+
+ {{$line->getChannel()}}.{{$line->getSeverity()}}
+
+
+
+
+ @if ($line->hasContext())
+
+ {{$line->getMessage()}}
+
+ @if ($line->hasStack())
+
+ @foreach ($line->getStack() as $stack)
+
+ @endif
+
+
+ @endforeach
+
+ {{$stack}}
+
+
+ {{$line->getContext()}}
+
+ @endif
+
+