Sha256: 7115e53d8e275044496d4763ee33ff095706686ab1b460526ada25f61c07fb7e

Contents?: true

Size: 1.19 KB

Versions: 6

Compression:

Stored size: 1.19 KB

Contents

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
  <title>log (PluginFactory)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
  <pre>     <span class="ruby-comment cmt"># File lib/pluginfactory.rb, line 111</span>
111:         <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span><span class="ruby-operator">::</span><span class="ruby-identifier">log</span>(<span class="ruby-identifier">level</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">msg</span>)
112:                 <span class="ruby-ivar">@logger_callback</span>.<span class="ruby-identifier">call</span>(<span class="ruby-identifier">level</span>, <span class="ruby-identifier">msg</span>.<span class="ruby-identifier">join</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@logger_callback</span>
113:         <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mongrel-0.3.1 doc/rdoc/classes/PluginFactory.src/M000002.html
mongrel-0.3.4 doc/rdoc/classes/PluginFactory.src/M000002.html
mongrel-0.3.2 doc/rdoc/classes/PluginFactory.src/M000002.html
mongrel-0.3.3 doc/rdoc/classes/PluginFactory.src/M000002.html
mongrel-0.3.5 doc/rdoc/classes/PluginFactory.src/M000002.html
mongrel-0.3.6 doc/rdoc/classes/PluginFactory.src/M000002.html