Returns log entry stats for the range and severity specified
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult EventLogHistogram( string DataIncrement, string FromDate, string ToDate, double? DisplayWidth, string[] Severity )
Parameters
- DataIncrement
- Type: SystemString
'MINUTE', 'HOUR' or 'DAY' - FromDate
- Type: SystemString
local date/time to specify lower bound of oldest entries - ToDate
- Type: SystemString
local date/time to specify upper bound of newest entries - DisplayWidth
- Type: SystemNullableDouble
the width, in pixels, of the target container where the chart will be displayed - Severity
- Type: SystemString
optional string to filter results (exact match)
Return Value
Type: ActionResultDictionary<string, List<EventLogStat>>
See Also