packages feed

pan-os-syslog-0.2.0.0: src/Panos/Syslog.hs

module Panos.Syslog
  ( -- * Types
    U.Log(..)
  , U.Traffic
  , U.Threat
  , U.System
  , U.User
  , U.Correlation
  , U.Field
    -- * Decoding
  , U.decode
  ) where

import qualified Panos.Syslog.Unsafe as U