15981d5
2ff46fc
1 2 3 4
5
6 7
8 9
10 11 12
13
module Graylog.UDP ( Graylog (..) , sendLog , module Export ) where import Graylog.Gelf as Export import Graylog.Types as Export sendLog :: Graylog -> GELF -> IO () sendLog glog msg = undefined