Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > f448deafa1de20c56618e7ac9c6ef5d7 > files > 104

Falcon-doc-0.9.6.6-1.fc14.noarch.rpm

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Class LogChannelSyslog - Class LogChannelSyslog</title>
   <link href="faldoc.css" rel="stylesheet" type="text/css"/>
   <link href="tabs.css" rel="stylesheet" type="text/css"/>
</head>
<body class="faldoc_body">
<div class="navitop">
   <div class="tabs">
      <ul>
         <li><a href="./index.html"><span>Main</span></a></li>
         <li><a href="./modules.html"><span>Modules</span></a></li>
         <li><a href="./pages.html"><span>Related pages</span></a></li>
         <li><a href="./groups.html"><span>Groups</span></a></li>
         <li><a href="./classes.html"><span>Classes</span></a></li>
         <li><a href="./objects.html"><span>Objects</span></a></li>
         <li><a href="./functions.html"><span>All functions</span></a></li>
         <li><a href="./enum.html"><span>Enumerations</span></a></li>
         
      </ul>
   </div>
</div>
<hr/>

<h1 class="faldoc_title">Class LogChannelSyslog<span class="faldoc_belong"><a href="./module_feather_logging.html">[in Logging support]</a></p></h1>

<p class="faldoc_brief">Logs on the local system logger facility. </p>
<p class="faldoc_funcdecl">
<b>class</b> LogChannelSyslog( identity, facility, level, [format] )
</p>








<a name="more"><h2 class="faldoc_title">Detailed description</h2></a>

<p class="faldoc_funcdecl">
<b>class</b> LogChannelSyslog( identity, facility, level, [format] )
</p>
<table class="faldoc_function">
<tr><td class="faldoc_param">identity</td><td class="faldoc_paramdesc">Name of the application as known by the logging system. </td></tr><tr><td class="faldoc_param">facility</td><td class="faldoc_paramdesc">Numeric facility or log type code. </td></tr><tr><td class="faldoc_param">level</td><td class="faldoc_paramdesc">the log level. </td></tr>
<tr><td class="faldoc_optparam">format</td><td class="faldoc_optparamdesc">a format for the log. </td></tr>
</table>
<br/>
<p class="item_brief">Logs on the local system logger facility. </p>
<p class="faldoc_text">This class provides a generic logging interface towards the system logger facility. On POSIX systems, this is represented by "syslog", and generically handled by the SysLog daemon. On MS-Windows systems, messages logged through this channel are sent to the Event Logger. </p>
<p class="faldoc_text">Identity is the name under which the logging application presents itself to the logging system. This is used by the logging system to sort or specially mark the messages coming from this application. </p>
<p class="faldoc_text">The facility code is a generic application type, and is used to send more relevant logs to more visible files. Under MS-Windows, the facility code is sent untranslated in the "message category" field of the event logger, and it's application specific. In doubt, it's safe to use 0. </p>
<p class="faldoc_text"> If given, the <b>format</b> parameter is used to configure how each log entry will look once rendered on the final stream. Seel <a href="./class_LogChannel.html#format">LogChannel.format</a> for a detailed description. </p>




<hr/>
<div class="navibottom">
   <center>
      <a href="./index.html">Main</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./modules.html">Modules</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./pages.html">Related pages</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./groups.html">Groups</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./classes.html">Classes</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./objects.html">Objects</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./functions.html">All functions</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./enum.html">Enumerations</a>
   </center>
</div>
</div>
<div class="faldoc_signature">Made with <a href="http://www.falconpl.org">faldoc 2.2.0</div>
</body>
</html>