aboutsummaryrefslogblamecommitdiffhomepage
path: root/src/Graylog/UDP.hs
blob: 00b6a1244d395004b35d0647a189d4930e10b803 (plain) (tree)
1
2
3
4
5
6
7
8
9



                  
                  

          

                                        


                                   
 
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