Skip to content

Commit

Permalink
Regenerating the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Oct 15, 2011
1 parent 02de2ef commit 8b27818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1550,8 +1550,8 @@ <h2>3&nbsp;&nbsp;&nbsp;Composite Handlers</h2>
provides a compositing system that marks this task trivial.</p>
<p>Start by creating the individual log handlers:</p>
<pre class="literal-block">
$console = Log::singleton('console', '', 'TEST');
$file = Log::singleton('file', 'out.log', 'TEST');
$console = Log::factory('console', '', 'TEST');
$file = Log::factory('file', 'out.log', 'TEST');
</pre>
<p>Then, construct a composite handler and add the individual handlers as
children of the composite:</p>
Expand Down

0 comments on commit 8b27818

Please sign in to comment.