]> git.immae.eu Git - github/fretlink/haskell-graylog.git/blobdiff - src/Graylog/Gelf.hs
Added readme, license, and light commenting.
[github/fretlink/haskell-graylog.git] / src / Graylog / Gelf.hs
index cd68e057d37144f38c03839a999eca667a6dee85..ee17e3d347919b8f7deda25d5f362a745740504a 100644 (file)
@@ -2,6 +2,8 @@
 {-# LANGUAGE DeriveGeneric      #-}
 {-# LANGUAGE OverloadedStrings  #-}
 
+-- | Default formatting for Graylog messages,
+-- see http://docs.graylog.org/en/latest/pages/gelf.html
 module Graylog.Gelf where
 
 import           Data.Aeson        (ToJSON (..), Value (..), genericToJSON,