hnormalise-0.3.3.0: Log message normalisation tool producing structured JSON messages

Safe HaskellNone
LanguageHaskell2010

HNormalise.Common.Internal

Documentation

data Host Source #

Constructors

Hostname Text 
IPv4 IPv4 
IPv6 IPv6 

Instances

Eq Host Source # 

Methods

(==) :: Host -> Host -> Bool #

(/=) :: Host -> Host -> Bool #

Show Host Source # 

Methods

showsPrec :: Int -> Host -> ShowS #

show :: Host -> String #

showList :: [Host] -> ShowS #