Skip to content

Commit

Permalink
Rebuild Users Guide for version 1.13.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Apr 16, 2016
1 parent 8b27818 commit 3c17b65
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 @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
<title>The Log Package</title>
<style type="text/css">

Expand Down Expand Up @@ -1754,7 +1754,7 @@ <h3>6.2&nbsp;&nbsp;&nbsp;Writing New Handlers</h3>
array. At a minimum, the handler's constructor must set the following values
defined by the <tt class="docutils literal">Log</tt> base class:</p>
<pre class="literal-block">
$this-&gt;_id = md5(microtime());
$this-&gt;_id = md5(microtime().rand());
$this-&gt;_name = $name;
$this-&gt;_ident = $ident;
$this-&gt;_mask = Log::UPTO($level);
Expand Down

0 comments on commit 3c17b65

Please sign in to comment.