<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: __Log4PhpLogger</h1>
<br />
<a name="sec-description"></a>
<h2>Class Overview</h2>
<div class="nav-bar">
<span class="disabled">Class Overview</span> |
<a href="#sec-method-summary">Method Summary</a> | <a href="#sec-methods">Methods Detail</a>
| <a href="#sec-const-summary">Constants Summary</a> | <a href="#sec-consts">Constants Detail</a>
</div>
<table width="100%" border="0">
<tr><td valign="top" width="60%" class="class-overview">
<pre></pre>
</td>
<td valign="top" width="20%" class="class-overview">
<p align="center" class="short-description"><strong><a href="#sec-methods">Methods</a></strong></p>
<ul>
<li><a href="../Log/__Log4PhpLogger.html#method__construct">__construct</a></li>
<li><a href="../Log/__Log4PhpLogger.html#methoddebug">debug</a></li>
<li><a href="../Log/__Log4PhpLogger.html#methoderror">error</a></li>
<li><a href="../Log/__Log4PhpLogger.html#methodfatal">fatal</a></li>
<li><a href="../Log/__Log4PhpLogger.html#methodinfo">info</a></li>
<li><a href="../Log/__Log4PhpLogger.html#methodwarn">warn</a></li>
</ul>
</td>
</tr></table>
<div class="top">[ <a href="#top">Top</a> ]</div>
<a name="sec-const-summary"></a>
<h2>Constant Summary</h2>
<div class="nav-bar">
<a href="#sec-description">Class Overview</a> |
<a href="#sec-method-summary">Method Summary</a> | <a href="#sec-methods">Methods Detail</a>
| <span class="disabled">Constants Summary</span> | <a href="#sec-consts">Constants Detail</a>
</div>
<div class="const-summary">
<table border="0" cellspacing="0" cellpadding="0" class="var-summary">
<div class="var-title">
<tr>
<td valign="top" class="var-title"><a href="#constDEFAULT_CONFIGURATION_TYPE" title="details" class="const-name-summary">DEFAULT_CONFIGURATION_TYPE</a> </td>
<td valign="top" class="const-summary-description"></td></tr>
</div>
</table>
</div>
<br /><div class="top">[ <a href="#top">Top</a> ]</div>
<a name="sec-method-summary"></a>
<h2>Method Summary</h2>
<div class="nav-bar">
<a href="#sec-description">Class Overview</a> |
<span class="disabled">Method Summary</span> | <a href="#sec-methods">Methods Detail</a>
| <a href="#sec-const-summary">Constants Summary</a> | <a href="#sec-consts">Constants Detail</a>
</div>
<div class="method-summary">
<table border="0" cellspacing="0" cellpadding="0" class="method-summary">
<div class="method-definition">
<tr><td valign="top" class="method-definition"><span class="method-result">__Log4PhpLogger</span> </td>
<td valign="top" class="method-definition"><a href="#__construct" title="details" class="method-name">__construct</a>() </td>
<td valign="top" class="method-definition"></td></tr>
</div>
<div class="method-definition">
<tr><td valign="top" class="method-definition"><span class="method-result">void</span> </td>
<td valign="top" class="method-definition"><a href="#debug" title="details" class="method-name">debug</a>() </td>
<td valign="top" class="method-definition"></td></tr>
</div>
<div class="method-definition">
<tr><td valign="top" class="method-definition"><span class="method-result">void</span> </td>
<td valign="top" class="method-definition"><a href="#error" title="details" class="method-name">error</a>() </td>
<td valign="top" class="method-definition"></td></tr>
</div>
<div class="method-definition">
<tr><td valign="top" class="method-definition"><span class="method-result">void</span> </td>
<td valign="top" class="method-definition"><a href="#fatal" title="details" class="method-name">fatal</a>() </td>
<td valign="top" class="method-definition"></td></tr>
</div>
<div class="method-definition">
<tr><td valign="top" class="method-definition"><span class="method-result">void</span> </td>
<td valign="top" class="method-definition"><a href="#info" title="details" class="method-name">info</a>() </td>
<td valign="top" class="method-definition"></td></tr>
</div>
<div class="method-definition">
<tr><td valign="top" class="method-definition"><span class="method-result">void</span> </td>
<td valign="top" class="method-definition"><a href="#warn" title="details" class="method-name">warn</a>() </td>
<td valign="top" class="method-definition"></td></tr>
</div>
</table>
</div>
<br /><div class="top">[ <a href="#top">Top</a> ]</div>
<a name="sec-methods"></a>
<h2>Methods</h2>
<div class="nav-bar">
<a href="#sec-description">Class Overview</a> |
<a href="#sec-method-summary">Method Summary</a> | <span class="disabled">Methods Detail</span>
| <a href="#sec-const-summary">Constants Summary</a> | <a href="#sec-consts">Constants Detail</a>
</div>
<a name='method_detail'></a>
<a name="method__construct" id="__construct"><!-- --></a>
<div class="method-header">
<h3 class="method-title">Constructor __construct</h3>
</div>
<br />
<div class="function">
<!-- <strong>Prototype:</strong> -->
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>__Log4PhpLogger __construct(
$log_id
)</code>
</td></tr></table>
</td></tr></table><br />
<br />
<strong>Parameters:</strong><br />
<table width="90%" class="defaultTable">
<thead class="defaultThead">
<tr><td class="defaultTd"><strong>Type</strong></td><td class="defaultTd"><strong>Name</strong></td><td class="defaultTd"><strong>Description</strong></td></tr>
</thead>
<tbody>
<tr><td class="defaultTd">
</td>
<td class="defaultTd">
$log_id</td>
<td class="defaultTd">
</td></tr>
</tbody>
</table>
<br />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="indent"><strong>Access:</strong> </td><td>public</td>
</tr>
</table>
<br />
</div>
<br />
<br>
<a name="methoddebug" id="debug"><!-- --></a>
<div class="method-header">
<h3 class="method-title">debug</h3>
</div>
<br />
<div class="function">
<!-- <strong>Prototype:</strong> -->
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void debug(
$string
)</code>
</td></tr></table>
</td></tr></table><br />
<br />
<strong>Parameters:</strong><br />
<table width="90%" class="defaultTable">
<thead class="defaultThead">
<tr><td class="defaultTd"><strong>Type</strong></td><td class="defaultTd"><strong>Name</strong></td><td class="defaultTd"><strong>Description</strong></td></tr>
</thead>
<tbody>
<tr><td class="defaultTd">
</td>
<td class="defaultTd">
$string</td>
<td class="defaultTd">
</td></tr>
</tbody>
</table>
<br />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="indent"><strong>Access:</strong> </td><td>public</td>
</tr>
</table>
<br />
</div>
<br />
<br>
<a name="methoderror" id="error"><!-- --></a>
<div class="method-header">
<h3 class="method-title">error</h3>
</div>
<br />
<div class="function">
<!-- <strong>Prototype:</strong> -->
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void error(
$string
)</code>
</td></tr></table>
</td></tr></table><br />
<br />
<strong>Parameters:</strong><br />
<table width="90%" class="defaultTable">
<thead class="defaultThead">
<tr><td class="defaultTd"><strong>Type</strong></td><td class="defaultTd"><strong>Name</strong></td><td class="defaultTd"><strong>Description</strong></td></tr>
</thead>
<tbody>
<tr><td class="defaultTd">
</td>
<td class="defaultTd">
$string</td>
<td class="defaultTd">
</td></tr>
</tbody>
</table>
<br />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="indent"><strong>Access:</strong> </td><td>public</td>
</tr>
</table>
<br />
</div>
<br />
<br>
<a name="methodfatal" id="fatal"><!-- --></a>
<div class="method-header">
<h3 class="method-title">fatal</h3>
</div>
<br />
<div class="function">
<!-- <strong>Prototype:</strong> -->
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void fatal(
$string
)</code>
</td></tr></table>
</td></tr></table><br />
<br />
<strong>Parameters:</strong><br />
<table width="90%" class="defaultTable">
<thead class="defaultThead">
<tr><td class="defaultTd"><strong>Type</strong></td><td class="defaultTd"><strong>Name</strong></td><td class="defaultTd"><strong>Description</strong></td></tr>
</thead>
<tbody>
<tr><td class="defaultTd">
</td>
<td class="defaultTd">
$string</td>
<td class="defaultTd">
</td></tr>
</tbody>
</table>
<br />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="indent"><strong>Access:</strong> </td><td>public</td>
</tr>
</table>
<br />
</div>
<br />
<br>
<a name="methodinfo" id="info"><!-- --></a>
<div class="method-header">
<h3 class="method-title">info</h3>
</div>
<br />
<div class="function">
<!-- <strong>Prototype:</strong> -->
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void info(
$string
)</code>
</td></tr></table>
</td></tr></table><br />
<br />
<strong>Parameters:</strong><br />
<table width="90%" class="defaultTable">
<thead class="defaultThead">
<tr><td class="defaultTd"><strong>Type</strong></td><td class="defaultTd"><strong>Name</strong></td><td class="defaultTd"><strong>Description</strong></td></tr>
</thead>
<tbody>
<tr><td class="defaultTd">
</td>
<td class="defaultTd">
$string</td>
<td class="defaultTd">
</td></tr>
</tbody>
</table>
<br />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="indent"><strong>Access:</strong> </td><td>public</td>
</tr>
</table>
<br />
</div>
<br />
<br>
<a name="methodwarn" id="warn"><!-- --></a>
<div class="method-header">
<h3 class="method-title">warn</h3>
</div>
<br />
<div class="function">
<!-- <strong>Prototype:</strong> -->
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>void warn(
$string
)</code>
</td></tr></table>
</td></tr></table><br />
<br />
<strong>Parameters:</strong><br />
<table width="90%" class="defaultTable">
<thead class="defaultThead">
<tr><td class="defaultTd"><strong>Type</strong></td><td class="defaultTd"><strong>Name</strong></td><td class="defaultTd"><strong>Description</strong></td></tr>
</thead>
<tbody>
<tr><td class="defaultTd">
</td>
<td class="defaultTd">
$string</td>
<td class="defaultTd">
</td></tr>
</tbody>
</table>
<br />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="indent"><strong>Access:</strong> </td><td>public</td>
</tr>
</table>
<br />
</div>
<br />
<br>
<a name="sec-consts"></a>
<h2>Constants</h2>
<div class="nav-bar">
<a href="#sec-description">Class Overview</a> |
<a href="#sec-method-summary">Method Summary</a> | <a href="#sec-methods">Methods Detail</a>
| <a href="#sec-const-summary">Constants Summary</a> | <span class="disabled">Constants Detail</span>
</div>
<a name="constDEFAULT_CONFIGURATION_TYPE"></a>
<p></p>
<h4>DEFAULT_CONFIGURATION_TYPE = <span class="value"> 'PROPERTIES'</span></h4>
<br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
</td></tr></table>