log4r 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. data/README +3 -3
  2. data/Rakefile +3 -3
  3. data/doc/rdoc-log4r.css +696 -0
  4. data/examples/syslogcustom.rb +6 -1
  5. data/src/doc/Log4r.html +392 -0
  6. data/src/doc/Log4r/BasicFormatter.html +370 -0
  7. data/src/doc/Log4r/ConfigError.html +207 -0
  8. data/src/doc/Log4r/Configurator.html +1050 -0
  9. data/src/doc/Log4r/DateFileOutputter.html +454 -0
  10. data/src/doc/Log4r/DefaultFormatter.html +205 -0
  11. data/src/doc/Log4r/EmailOutputter.html +636 -0
  12. data/src/doc/Log4r/FileOutputter.html +321 -0
  13. data/src/doc/Log4r/Formatter.html +291 -0
  14. data/src/doc/Log4r/IOOutputter.html +392 -0
  15. data/src/doc/Log4r/Log4rConfig.html +193 -0
  16. data/src/doc/Log4r/Log4rTools.html +370 -0
  17. data/src/doc/Log4r/LogEvent.html +360 -0
  18. data/src/doc/Log4r/LogServer.html +322 -0
  19. data/src/doc/Log4r/Logger.html +1132 -0
  20. data/src/doc/Log4r/Logger/LoggerFactory.html +200 -0
  21. data/src/doc/Log4r/Logger/Repository.html +207 -0
  22. data/src/doc/Log4r/ObjectFormatter.html +262 -0
  23. data/src/doc/Log4r/Outputter.html +910 -0
  24. data/src/doc/Log4r/Outputter/OutputterFactory.html +200 -0
  25. data/src/doc/Log4r/Outputter/consoleoutputters_rb.html +57 -0
  26. data/src/doc/Log4r/Outputter/datefileoutputter_rb.html +93 -0
  27. data/src/doc/Log4r/Outputter/emailoutputter_rb.html +179 -0
  28. data/src/doc/Log4r/Outputter/fileoutputter_rb.html +64 -0
  29. data/src/doc/Log4r/Outputter/iooutputter_rb.html +59 -0
  30. data/src/doc/Log4r/Outputter/outputter_rb.html +222 -0
  31. data/src/doc/Log4r/Outputter/outputterfactory_rb.html +62 -0
  32. data/src/doc/Log4r/Outputter/remoteoutputter_rb.html +59 -0
  33. data/src/doc/Log4r/Outputter/rollingfileoutputter_rb.html +66 -0
  34. data/src/doc/Log4r/Outputter/staticoutputter_rb.html +55 -0
  35. data/src/doc/Log4r/Outputter/syslogoutputter_rb.html +110 -0
  36. data/src/doc/Log4r/Outputter/tst_rb.html +54 -0
  37. data/src/doc/Log4r/PatternFormatter.html +422 -0
  38. data/src/doc/Log4r/ROMPClient.html +193 -0
  39. data/src/doc/Log4r/ROMPServer.html +193 -0
  40. data/src/doc/Log4r/RemoteOutputter.html +384 -0
  41. data/src/doc/Log4r/RollingFileOutputter.html +528 -0
  42. data/src/doc/Log4r/RootLogger.html +512 -0
  43. data/src/doc/Log4r/SimpleFormatter.html +258 -0
  44. data/src/doc/Log4r/StderrOutputter.html +250 -0
  45. data/src/doc/Log4r/StdoutOutputter.html +250 -0
  46. data/src/doc/Log4r/SyslogOutputter.html +533 -0
  47. data/src/doc/Log4r/YamlConfigurator.html +948 -0
  48. data/src/doc/Log4r/base_rb.html +57 -0
  49. data/src/doc/Log4r/config_rb.html +76 -0
  50. data/src/doc/Log4r/configurator_rb.html +370 -0
  51. data/src/doc/Log4r/formatter/formatter_rb.html +121 -0
  52. data/src/doc/Log4r/formatter/patternformatter_rb.html +233 -0
  53. data/src/doc/Log4r/lib/drbloader_rb.html +57 -0
  54. data/src/doc/Log4r/lib/xmlloader_rb.html +57 -0
  55. data/src/doc/Log4r/logevent_rb.html +55 -0
  56. data/src/doc/Log4r/logger_rb.html +293 -0
  57. data/src/doc/Log4r/loggerfactory_rb.html +66 -0
  58. data/src/doc/Log4r/logserver_rb.html +161 -0
  59. data/src/doc/Log4r/rdoc/configurator.html +444 -0
  60. data/src/doc/Log4r/rdoc/emailoutputter.html +261 -0
  61. data/src/doc/Log4r/rdoc/formatter.html +200 -0
  62. data/src/doc/Log4r/rdoc/log4r.html +268 -0
  63. data/src/doc/Log4r/rdoc/logger.html +364 -0
  64. data/src/doc/Log4r/rdoc/logserver.html +247 -0
  65. data/src/doc/Log4r/rdoc/outputter.html +295 -0
  66. data/src/doc/Log4r/rdoc/patternformatter.html +313 -0
  67. data/src/doc/Log4r/rdoc/syslogoutputter.html +179 -0
  68. data/src/doc/Log4r/rdoc/yamlconfigurator.html +169 -0
  69. data/src/doc/Log4r/repository_rb.html +62 -0
  70. data/src/doc/Log4r/staticlogger_rb.html +55 -0
  71. data/src/doc/Log4r/yamlconfigurator_rb.html +95 -0
  72. data/src/doc/REXML.html +193 -0
  73. data/src/doc/created.rid +1 -0
  74. data/src/doc/images/brick.png +0 -0
  75. data/src/doc/images/brick_link.png +0 -0
  76. data/src/doc/images/bug.png +0 -0
  77. data/src/doc/images/bullet_black.png +0 -0
  78. data/src/doc/images/bullet_toggle_minus.png +0 -0
  79. data/src/doc/images/bullet_toggle_plus.png +0 -0
  80. data/src/doc/images/date.png +0 -0
  81. data/src/doc/images/find.png +0 -0
  82. data/src/doc/images/loadingAnimation.gif +0 -0
  83. data/src/doc/images/macFFBgHack.png +0 -0
  84. data/src/doc/images/package.png +0 -0
  85. data/src/doc/images/page_green.png +0 -0
  86. data/src/doc/images/page_white_text.png +0 -0
  87. data/src/doc/images/page_white_width.png +0 -0
  88. data/src/doc/images/plugin.png +0 -0
  89. data/src/doc/images/ruby.png +0 -0
  90. data/src/doc/images/tag_green.png +0 -0
  91. data/src/doc/images/wrench.png +0 -0
  92. data/src/doc/images/wrench_orange.png +0 -0
  93. data/src/doc/images/zoom.png +0 -0
  94. data/src/doc/index.html +384 -0
  95. data/src/doc/js/darkfish.js +116 -0
  96. data/src/doc/js/jquery.js +32 -0
  97. data/src/doc/js/quicksearch.js +114 -0
  98. data/src/doc/js/thickbox-compressed.js +10 -0
  99. data/src/doc/rdoc.css +696 -0
  100. data/src/log4r.rb +2 -2
  101. data/src/log4r/formatter/patternformatter.rb +18 -2
  102. data/src/log4r/logger.rb +2 -2
  103. data/src/log4r/outputter/emailoutputter.rb +2 -0
  104. data/src/log4r/outputter/syslogoutputter.rb +29 -9
  105. data/src/log4r/outputter/tst.rb +8 -0
  106. metadata +99 -3
  107. data/examples/logs/simple.log +0 -1
@@ -0,0 +1,121 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: formatter.rb [1.1.2 Log4r API Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">Fri Sep 18 22:16:43 -0700 2009</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ <li>singleton</li>
35
+
36
+ <li>log4r/base</li>
37
+
38
+ </ul>
39
+ </dd>
40
+
41
+
42
+
43
+ </dl>
44
+ </div>
45
+
46
+ <div id="documentation">
47
+
48
+ <div class="description">
49
+ <h2>Description</h2>
50
+ <h1>Formatters</h1>
51
+ <p>
52
+ Formatters are responsible for formatting LogEvent data. An Outputter
53
+ owning a Formatter will invoke the <a
54
+ href="../../Log4r/Formatter.html#M000007">Log4r::Formatter#format</a>
55
+ method prior to writing.
56
+ </p>
57
+ <h2>Available Formatters</h2>
58
+ <ul>
59
+ <li><a href="../../Log4r/BasicFormatter.html">Log4r::BasicFormatter</a> -
60
+ default
61
+
62
+ </li>
63
+ <li><a href="../../Log4r/PatternFormatter.html">Log4r::PatternFormatter</a> -
64
+ most flexible. See <a
65
+ href="patternformatter_rb.html">log4r/formatter/patternformatter.rb</a>
66
+
67
+ </li>
68
+ <li><a href="../../Log4r/SimpleFormatter.html">Log4r::SimpleFormatter</a> -
69
+ like BasicFormatter for Strings only (low noise)
70
+
71
+ </li>
72
+ <li><a href="../../Log4r/ObjectFormatter.html">Log4r::ObjectFormatter</a> - for
73
+ inspecting objects
74
+
75
+ </li>
76
+ <li>Log4r::NullFormatter - twirls on its feet and does nothing
77
+
78
+ </li>
79
+ </ul>
80
+ <h1>XML Configuration</h1>
81
+ <p>
82
+ Specify the Formatter and its class (as <tt>type</tt>) under an
83
+ <tt>&lt;outputter&gt;</tt> directive:
84
+ </p>
85
+ <pre>
86
+ &lt;outputter name=&quot;someout&quot; type=&quot;sometype&quot;&gt;
87
+ &lt;formatter type=&quot;Log4r::BasicFormatter&quot;/&gt;
88
+ &lt;/outputter&gt;
89
+ </pre>
90
+ <p>
91
+ As explained in <a
92
+ href="../configurator_rb.html">log4r/configurator.rb</a>, the hash
93
+ arguments you would normally pass to <tt>new</tt> are specified as <em>XML
94
+ parameters</em>. Only PatternFormatter has any of these.
95
+ </p>
96
+ <h1>Custom Formatting</h1>
97
+ <p>
98
+ Building a custom Formatter is extremely easy. Just define a class that
99
+ extends Formatter and override the Formatter#format method. Then give it to
100
+ any interested Outputters.
101
+ </p>
102
+ <p>
103
+ If you&#8217;re interested in setting up your custom formatters in XML,
104
+ please take a look at log4r/configurator.rb.
105
+ </p>
106
+ <h2>Data Available</h2>
107
+ <p>
108
+ See <a href="../../Log4r/LogEvent.html">Log4r::LogEvent</a>
109
+ </p>
110
+ <table>
111
+ <tr><td valign="top">Version:</td><td>$Id: formatter.rb,v 1.2 2009/09/19 05:16:43 colbygk Exp $
112
+
113
+ </td></tr>
114
+ </table>
115
+
116
+ </div>
117
+
118
+ </div>
119
+ </body>
120
+ </html>
121
+
@@ -0,0 +1,233 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: patternformatter.rb [1.1.2 Log4r API Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">Fri Sep 25 12:43:52 -0700 2009</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ <li>log4r/formatter/formatter</li>
35
+
36
+ </ul>
37
+ </dd>
38
+
39
+
40
+
41
+ </dl>
42
+ </div>
43
+
44
+ <div id="documentation">
45
+
46
+ <div class="description">
47
+ <h2>Description</h2>
48
+ <h1>PatternFormatter</h1>
49
+ <p>
50
+ PatternFormatter offers complete control over the appearance of <a
51
+ href="../../Log4r.html">Log4r</a> log events without having to write custom
52
+ Formatter classes. In order to take advantage of PatternFormatter, some
53
+ familarity with Kernel#sprintf or the C printf function is recommended. For
54
+ time formatting, please look at Time.strftime.
55
+ </p>
56
+ <p>
57
+ PatternFormatter accepts three hash arguments:
58
+ </p>
59
+ <table>
60
+ <tr><td valign="top"><tt>pattern</tt>:</td><td>Log event format string.
61
+
62
+ </td></tr>
63
+ <tr><td valign="top"><tt>date_pattern</tt>:</td><td>Date format string.
64
+
65
+ </td></tr>
66
+ <tr><td valign="top"><tt>date_method</tt>:</td><td><tt>Time</tt> method to call (instead of using date_pattern).
67
+
68
+ </td></tr>
69
+ </table>
70
+ <p>
71
+ The <tt>pattern</tt> format string is something like &#8220;%l [%d]
72
+ %80M&#8221;, which resembles a pattern one would normally pass to
73
+ Kernel#sprintf. However, the directives are specific to <a
74
+ href="../../Log4r.html">Log4r</a>. Before we go on, let&#8217;s cover some
75
+ terminology.
76
+ </p>
77
+ <h2>Terminology</h2>
78
+ <dl>
79
+ <dt><b>%</b></dt><dd>The directive identifier. Everything after this up to and including one of
80
+ the <em>directive letters</em> defines a <em>directive</em>.
81
+
82
+ </dd>
83
+ <dt><b>directive letter</b></dt><dd>Letters in the set <tt>[cCdtmMl%]</tt>. These identify what kind of data
84
+ we&#8217;re interested in. They are detailed below.
85
+
86
+ </dd>
87
+ <dt><b>format directive</b></dt><dd>The numbers and assorted symbols that appears between <b>%</b> and a
88
+ <em>directive letter</em> is a format directive. It is comprised of an
89
+ integer specifying the field width followed optionally by a period and an
90
+ integer specifying the precision. The field width is the minimum number of
91
+ characters to copy from the data string while the precision is the maximum
92
+ number to copy. If the field width is preceded by a - sign, the data will
93
+ be left-justified. Otherwise, it is right-justified.
94
+
95
+ </dd>
96
+ <dt><b>directive</b></dt><dd>A statement that says, &#8220;I want this data to appear with this
97
+ (optional) particular format.&#8221; A directive starts with a <b>%</b> and
98
+ is followed by a format directive and terminates in a directive letter.
99
+
100
+ </dd>
101
+ </dl>
102
+ <h2>What the Directive Letters mean</h2>
103
+ <dl>
104
+ <dt><b>c</b></dt><dd>Produces a logger&#8217;s name. Fast.
105
+
106
+ </dd>
107
+ <dt><b>C</b></dt><dd>Produces a logger&#8217;s full name. Fast.
108
+
109
+ </dd>
110
+ <dt><b>d</b></dt><dd>Produces the time in a format specified by <b>date_pattern</b> or by
111
+ <b>date_method</b>. If neither is specified, the default will be used
112
+ (ISO8601). Slow.
113
+
114
+ </dd>
115
+ <dt><b>t</b></dt><dd>Produces the file and line number of the log event. The appearance varies
116
+ by Ruby version, but it is the same output returned by Kernel#caller[0].
117
+ Slow.
118
+
119
+ </dd>
120
+ <dt><b>m</b></dt><dd>The non-inspected log message. That is, to_s called on the object passed
121
+ into a log method. Fast.
122
+
123
+ </dd>
124
+ <dt><b>M</b></dt><dd>The message formatted by the <tt>format_object</tt> method in
125
+ BasicFormatter. It will pretty-print Exceptions, print Strings and inspect
126
+ everything else. Slow.
127
+
128
+ </dd>
129
+ <dt><b>l</b></dt><dd>The name of the level. That&#8217;s l as in Lambda. Fast.
130
+
131
+ </dd>
132
+ <dt><b>%</b></dt><dd>%% just prints a %. Any formatting is <em>probably</em> ignored. Fast.
133
+
134
+ </dd>
135
+ </dl>
136
+ <h2>Examples of directives:</h2>
137
+ <dl>
138
+ <dt><b>%d</b></dt><dd>Prints out the date according to our date_pattern or date_method. By
139
+ default, it looks like this: 2001-01-12 13:15:50
140
+
141
+ </dd>
142
+ <dt><b>%.120m</b></dt><dd>Prints out at most 120 characters of the log message.
143
+
144
+ </dd>
145
+ <dt><b>%15t</b></dt><dd>Prints the execution trace and pads it on the left with enough whitespace
146
+ to make the whole thing 15 chars.
147
+
148
+ </dd>
149
+ </dl>
150
+ <h2>Pattern String</h2>
151
+ <p>
152
+ A pattern string is simply a bunch of directives combined with the desired
153
+ format. For instance, to show the level in brackets followed by the date
154
+ and then the log message trimmed to 15 characters, we use the following
155
+ pattern:
156
+ </p>
157
+ <pre>
158
+ &quot;[%l] %d :: %.15m&quot; #=&gt; [DEBUG] 2001-01-12 13:15:50 :: This is a messa
159
+ </pre>
160
+ <p>
161
+ To create a PatternFormatter with this format:
162
+ </p>
163
+ <pre>
164
+ p = PatternFormatter.new(:pattern =&gt; &quot;[%l] %d :: %.15m&quot;)
165
+ </pre>
166
+ <h2>Formatting time</h2>
167
+ <p>
168
+ To format time, do one of the following:
169
+ </p>
170
+ <ul>
171
+ <li>Specify a date_pattern
172
+
173
+ </li>
174
+ <li>Specify what class method of Ruby&#8217;s <tt>Time</tt> class to call.
175
+
176
+ </li>
177
+ <li>Use the default format
178
+
179
+ </li>
180
+ </ul>
181
+ <p>
182
+ If neither date_pattern nor date_method is specified, the default date
183
+ format will be used. Currently, that would be ISO8601,
184
+ </p>
185
+ <p>
186
+ The date_pattern is exactly what one would pass to <tt>Time.strftime</tt>.
187
+ To specify a date_pattern, pass
188
+ <tt>:date_pattern=&gt;&quot;pattern&quot;</tt> to PatternFormat.new.
189
+ </p>
190
+ <p>
191
+ Alternatively, date_method can be specified to produce the output of a
192
+ specific <tt>Time</tt> method, such as <tt>usec</tt> or <tt>to_s</tt> or
193
+ any other zero argument <tt>Time</tt> method that produces a time. More
194
+ precisely, the method to call will be invoked on <tt>Time.now</tt>. To
195
+ specify a date_method, pass <tt>:date_method=&gt;'methodname'</tt> (or a
196
+ Symbol equivalent) to <tt>PatternFormatter.new</tt>.
197
+ </p>
198
+ <h1>XML Configuration</h1>
199
+ <p>
200
+ As explained in <a
201
+ href="../configurator_rb.html">log4r/configurator.rb</a>, the hash
202
+ arguments to PatternFormatter are <em>XML parameters</em>. Here&#8217;s an
203
+ example:
204
+ </p>
205
+ <pre>
206
+ &lt;formatter type=&quot;PatternFormatter&quot; pattern=&quot;[%l] %d :: %.15m&quot;&gt;
207
+ &lt;date_method&gt;usec&lt;/date_method&gt;
208
+ &lt;/formatter&gt;
209
+ </pre>
210
+ <h1>Performace considerations</h1>
211
+ <p>
212
+ The performance impact of using a particular directive letter is noted in
213
+ the <b>What the Directives Letters mean</b> section.
214
+ </p>
215
+ <p>
216
+ The performance impact of time formatting merits special attention. If you
217
+ aren&#8217;t aware yet, the Time class is kind of a kludge. Time.now.usec
218
+ happens to be faster than Time.now. If you&#8217;re concerned about
219
+ performance, please profile the various time methods and patterns.
220
+ </p>
221
+ <h2>Other Info</h2>
222
+ <table>
223
+ <tr><td valign="top">Version:</td><td>$Id: patternformatter.rb,v 1.4 2009/09/24 05:47:34 colbygk Exp $
224
+
225
+ </td></tr>
226
+ </table>
227
+
228
+ </div>
229
+
230
+ </div>
231
+ </body>
232
+ </html>
233
+
@@ -0,0 +1,57 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: drbloader.rb [1.1.2 Log4r API Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">Thu Mar 18 19:31:09 -0800 2004</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ <li>romp</li>
35
+
36
+ </ul>
37
+ </dd>
38
+
39
+
40
+
41
+ </dl>
42
+ </div>
43
+
44
+ <div id="documentation">
45
+
46
+ <div class="description">
47
+ <h2>Description</h2>
48
+ <p>
49
+ :nodoc:
50
+ </p>
51
+
52
+ </div>
53
+
54
+ </div>
55
+ </body>
56
+ </html>
57
+
@@ -0,0 +1,57 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: xmlloader.rb [1.1.2 Log4r API Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">Thu Mar 18 19:31:09 -0800 2004</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ <li>rexml/document</li>
35
+
36
+ </ul>
37
+ </dd>
38
+
39
+
40
+
41
+ </dl>
42
+ </div>
43
+
44
+ <div id="documentation">
45
+
46
+ <div class="description">
47
+ <h2>Description</h2>
48
+ <p>
49
+ :nodoc:
50
+ </p>
51
+
52
+ </div>
53
+
54
+ </div>
55
+ </body>
56
+ </html>
57
+