@model Disco.Web.Areas.Config.Models.Logging.IndexModel @using Disco.Services.Logging @{ ViewBag.Title = Html.ToBreadcrumb("Configuration", MVC.Config.Config.Index(), "Logging"); Html.BundleDeferred("~/ClientScripts/Modules/jQueryUI-TimePicker"); } @using (Html.BeginForm(MVC.API.Logging.RetrieveEvents())) {

Export Logs

Start Filter * Optional
End Filter * Optional
Limit Filter
Module Filter
@Html.Hidden("Format", "CSV")
}

Live Logging

@Html.Partial(MVC.Config.Shared.Views.LogEvents, new Disco.Web.Areas.Config.Models.Shared.LogEventsModel() { IsLive = true, TakeFilter = 100, StartFilter = DateTime.Today.AddDays(-1), ViewPortHeight = 450 })