| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Panos.Syslog
Types
Sum that represents all known PAN-OS syslog types. Use decode
to parse a byte sequence into a structured log.
The field that was being parsed when a parse failure occurred.
This is typically for useful for libary developers, but to present
it to the end user, call show or throwIO.
Instances
| Show Field Source # | |
| Exception Field Source # | |
Defined in Panos.Syslog.Unsafe Methods toException :: Field -> SomeException # fromException :: SomeException -> Maybe Field # displayException :: Field -> String # | |