[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 15:08:16 UTC 2010


The following commit has been merged in the master branch:
commit 39900022dcfcb386ed4c2128558f2bdf55a3551e
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Apr 5 21:41:53 2006 +0100

    Corrected docs in Logger example

diff --git a/MissingH/Logging/Logger.hs b/MissingH/Logging/Logger.hs
index ee095d5..2bc228d 100644
--- a/MissingH/Logging/Logger.hs
+++ b/MissingH/Logging/Logger.hs
@@ -1,5 +1,5 @@
 {- arch-tag: Logger main definition
-Copyright (C) 2004 John Goerzen <jgoerzen at complete.org>
+Copyright (C) 2004-2006 John Goerzen <jgoerzen at complete.org>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 {- |
    Module     : MissingH.Logging.Logger
-   Copyright  : Copyright (C) 2004 John Goerzen
+   Copyright  : Copyright (C) 2004-2006 John Goerzen
    License    : GNU GPL, version 2 or above
 
    Maintainer : John Goerzen <jgoerzen at complete.org> 
@@ -115,8 +115,7 @@ Here's an example to illustrate some of these concepts:
 >        updateGlobalLogger "MyApp.BuggyComponent"
 >                           (setLevel DEBUG)
 >
->        -- This message will go to syslog -- the default
->        -- restrictions on the root logger will filter it out.
+>        -- This message will go to syslog and stderr
 >        debugM "MyApp.BuggyComponent" "This buggy component is buggy"
 > 
 >        -- This message will go to syslog and stderr too.

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list