hslogger-1.0.2: Versatile logging frameworkSource codeContentsIndex
System.Log.Handler.Growl
Portabilityportable
Stabilityprovisional
MaintainerRichard M. Neswold, Jr. <rich.neswold@gmail.com>
Description

Simple log handlers

Written by Richard M. Neswold, Jr. rich.neswold@gmail.com

Synopsis
addTarget :: HostName -> GrowlHandler -> IO GrowlHandler
growlHandler :: String -> Priority -> IO GrowlHandler
Documentation
addTarget :: HostName -> GrowlHandler -> IO GrowlHandlerSource
Adds a remote machine's address to the list of targets that will receive log messages. Calling this function sends a registration packet to the machine. This function will throw an exception if the host name cannot be found.
growlHandlerSource
:: StringThe name of the service
-> PriorityPriority of handler
-> IO GrowlHandler
Creates a Growl handler. Once a Growl handler has been created, machines that are to receive the message have to be specified.
Produced by Haddock version 2.3.0