Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | virukav@gmail.com |
Generic log objects and types.
Documentation
type Hint = (RuleId, Action, Facts)Source
Hint is defined as the triple of the rule name, rule action (text message) and rule conditions
type LogTree a = IntervalMap UTCTime aSource
LogTree implemented as IntervalMap.FingerTree
type LogInterval = Interval UTCTimeSource
The key to look for the data in the LogTree