[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:44:36 UTC 2010


The following commit has been merged in the master branch:
commit 869470251e8d3c9440abae090170de8f9b246bdb
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Oct 9 04:02:32 2004 +0100

    More docs
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--1.0--patch-63)

diff --git a/ChangeLog b/ChangeLog
index e848e28..a57376f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,19 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--1.0
 #
 
+2004-10-08 22:02:32 GMT	John Goerzen <jgoerzen at complete.org>	patch-63
+
+    Summary:
+      More docs
+    Revision:
+      missingh--head--1.0--patch-63
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/Logging/Handler.hs
+     libsrc/MissingH/Logging/Handler/Syslog.hs
+
+
 2004-10-08 21:57:38 GMT	John Goerzen <jgoerzen at complete.org>	patch-62
 
     Summary:
diff --git a/libsrc/MissingH/Logging/Handler.hs b/libsrc/MissingH/Logging/Handler.hs
index 34e4a82..8207ade 100644
--- a/libsrc/MissingH/Logging/Handler.hs
+++ b/libsrc/MissingH/Logging/Handler.hs
@@ -21,6 +21,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 For some handlers, check out "MissingH.Logging.Handler.Simple" and
 "MissingH.Logging.Handler.Syslog".
 
+Please see "MissingH.Logging.Logger" for extensive documentation on the
+logging system.
+
 Written by John Goerzen, jgoerzen\@complete.org
 -}
 
diff --git a/libsrc/MissingH/Logging/Handler/Syslog.hs b/libsrc/MissingH/Logging/Handler/Syslog.hs
index eaf7b7d..40d66cf 100644
--- a/libsrc/MissingH/Logging/Handler/Syslog.hs
+++ b/libsrc/MissingH/Logging/Handler/Syslog.hs
@@ -16,9 +16,23 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 -}
 
-{- | Syslog handler
+{- | Syslog handler for the Haskell Logging Framework
 
 Written by John Goerzen, jgoerzen\@complete.org
+
+This module implements an interface to the Syslog service commonly
+found in Unix\/Linux systems.  This interface is primarily of interest to
+developers of servers, as Syslog does not typically display messages in
+an interactive fashion.
+
+This module is written in pure Haskell and is capable of logging to a local
+or remote machine using the Syslog protocol.
+
+You can create a new Syslog 'LogHandler' by calling 'openlog'.
+
+More information on the Haskell Logging Framework can be found at
+"MissingH.Logging.Logger".  This module can also be used outside
+of the rest of that framework for those interested in that.
 -}
 
 module MissingH.Logging.Handler.Syslog(

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list