You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > EventLogHistogram Method

AdminControllerEventLogHistogram Method

AuctionWorx 3.5 API
Returns log entry stats for the range and severity specified

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
Dictionary<string, List<EventLogStat>>
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.