8 lines
2.6 KiB
HTML
8 lines
2.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>hslogger-1.2.8: Versatile logging framework</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
|
|
window.onload = function () {pageLoad();};
|
|
//]]>
|
|
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">hslogger-1.2.8: Versatile logging framework</p></div><div id="content"><div id="description"><h1>hslogger-1.2.8: Versatile logging framework</h1><div class="doc"><p>hslogger is a logging framework for Haskell, roughly similar to
|
|
Python's logging module.</p><p>hslogger lets each log message have a priority and source be associated
|
|
with it. The programmer can then define global handlers that route
|
|
or filter messages based on the priority and source. hslogger also
|
|
has a syslog handler built in.</p></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">System</span><ul id="section.n.1" class="show"><li><span class="module"><span id="control.n.1.1" class="collapser" onclick="toggleSection('n.1.1')"> </span><a href="System-Log.html">System.Log</a></span><ul id="section.n.1.1" class="show"><li><span class="module"><a href="System-Log-Formatter.html">System.Log.Formatter</a></span></li><li><span class="module"><span id="control.n.1.1.2" class="collapser" onclick="toggleSection('n.1.1.2')"> </span><a href="System-Log-Handler.html">System.Log.Handler</a></span><ul id="section.n.1.1.2" class="show"><li><span class="module"><a href="System-Log-Handler-Growl.html">System.Log.Handler.Growl</a></span></li><li><span class="module"><a href="System-Log-Handler-Log4jXML.html">System.Log.Handler.Log4jXML</a></span></li><li><span class="module"><a href="System-Log-Handler-Simple.html">System.Log.Handler.Simple</a></span></li><li><span class="module"><a href="System-Log-Handler-Syslog.html">System.Log.Handler.Syslog</a></span></li></ul></li><li><span class="module"><a href="System-Log-Logger.html">System.Log.Logger</a></span></li></ul></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.16.0</p></div></body></html> |