@foreach (var log in SearchLogs)
{
@log.Time @log.Level
@log.Message
@if (log.HasException)
{
}
@log.Exception
}