log4r 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (404) hide show
  1. data/README +16 -14
  2. data/Rakefile +4 -4
  3. data/doc/content/contact.html +1 -1
  4. data/doc/content/contribute.html +1 -1
  5. data/doc/content/index.html +1 -1
  6. data/doc/content/license.html +1 -1
  7. data/doc/content/manual.html +1 -1
  8. data/doc/dev/README.developers +1 -1
  9. data/doc/dev/checklist +1 -1
  10. data/doc/rdoc-log4r.css +1 -1
  11. data/examples/ancestors.rb +53 -0
  12. data/examples/customlevels.rb +1 -1
  13. data/examples/filelog.rb +1 -1
  14. data/examples/fileroll.rb +2 -2
  15. data/examples/gmail.rb +30 -0
  16. data/examples/gmail.yaml +95 -0
  17. data/examples/logclient.rb +1 -1
  18. data/examples/logs/TestSize000001.log +575 -0
  19. data/examples/logs/TestSize000002.log +567 -0
  20. data/examples/logs/TestSize000003.log +552 -0
  21. data/examples/logs/TestSize000004.log +552 -0
  22. data/examples/logs/TestSize000005.log +552 -0
  23. data/examples/logs/TestSize000006.log +552 -0
  24. data/examples/logs/TestSize000007.log +552 -0
  25. data/examples/logs/TestSize000008.log +552 -0
  26. data/examples/logs/TestSize000009.log +552 -0
  27. data/examples/logs/TestSize000010.log +552 -0
  28. data/examples/logs/TestSize000011.log +552 -0
  29. data/examples/logs/TestSize000012.log +552 -0
  30. data/examples/logs/TestSize000013.log +552 -0
  31. data/examples/logs/TestSize000014.log +552 -0
  32. data/examples/logs/TestSize000015.log +552 -0
  33. data/examples/logs/TestSize000016.log +552 -0
  34. data/examples/logs/TestSize000017.log +552 -0
  35. data/examples/logs/TestSize000018.log +552 -0
  36. data/examples/logs/TestSize000019.log +535 -0
  37. data/examples/logs/TestSize000020.log +534 -0
  38. data/examples/logs/TestSize000021.log +534 -0
  39. data/examples/logs/TestSize000022.log +534 -0
  40. data/examples/logs/TestSize000023.log +534 -0
  41. data/examples/logs/TestSize000024.log +534 -0
  42. data/examples/logs/TestSize000025.log +534 -0
  43. data/examples/logs/TestSize000026.log +534 -0
  44. data/examples/logs/TestSize000027.log +534 -0
  45. data/examples/logs/TestSize000028.log +534 -0
  46. data/examples/logs/TestSize000029.log +534 -0
  47. data/examples/logs/TestSize000030.log +534 -0
  48. data/examples/logs/TestSize000031.log +534 -0
  49. data/examples/logs/TestSize000032.log +534 -0
  50. data/examples/logs/TestSize000033.log +534 -0
  51. data/examples/logs/TestSize000034.log +534 -0
  52. data/examples/logs/TestSize000035.log +534 -0
  53. data/examples/logs/TestSize000036.log +534 -0
  54. data/examples/logs/TestSize000037.log +534 -0
  55. data/examples/logs/TestSize000038.log +534 -0
  56. data/examples/logs/TestSize000039.log +534 -0
  57. data/examples/logs/TestSize000040.log +534 -0
  58. data/examples/logs/TestSize000041.log +534 -0
  59. data/examples/logs/TestSize000042.log +534 -0
  60. data/examples/logs/TestSize000043.log +534 -0
  61. data/examples/logs/TestSize000044.log +534 -0
  62. data/examples/logs/TestSize000045.log +534 -0
  63. data/examples/logs/TestSize000046.log +534 -0
  64. data/examples/logs/TestSize000047.log +534 -0
  65. data/examples/logs/TestSize000048.log +534 -0
  66. data/examples/logs/TestSize000049.log +534 -0
  67. data/examples/logs/TestSize000050.log +534 -0
  68. data/examples/logs/TestSize000051.log +534 -0
  69. data/examples/logs/TestSize000052.log +534 -0
  70. data/examples/logs/TestSize000053.log +534 -0
  71. data/examples/logs/TestSize000054.log +534 -0
  72. data/examples/logs/TestSize000055.log +534 -0
  73. data/examples/logs/TestSize000056.log +534 -0
  74. data/examples/logs/TestSize000057.log +534 -0
  75. data/examples/logs/TestSize000058.log +534 -0
  76. data/examples/logs/TestSize000059.log +534 -0
  77. data/examples/logs/TestSize000060.log +534 -0
  78. data/examples/logs/TestSize000061.log +534 -0
  79. data/examples/logs/TestSize000062.log +534 -0
  80. data/examples/logs/TestSize000063.log +534 -0
  81. data/examples/logs/TestSize000064.log +534 -0
  82. data/examples/logs/TestSize000065.log +534 -0
  83. data/examples/logs/TestSize000066.log +534 -0
  84. data/examples/logs/TestSize000067.log +534 -0
  85. data/examples/logs/TestSize000068.log +534 -0
  86. data/examples/logs/TestSize000069.log +534 -0
  87. data/examples/logs/TestSize000070.log +534 -0
  88. data/examples/logs/TestSize000071.log +534 -0
  89. data/examples/logs/TestSize000072.log +534 -0
  90. data/examples/logs/TestSize000073.log +534 -0
  91. data/examples/logs/TestSize000074.log +534 -0
  92. data/examples/logs/TestSize000075.log +534 -0
  93. data/examples/logs/TestSize000076.log +534 -0
  94. data/examples/logs/TestSize000077.log +534 -0
  95. data/examples/logs/TestSize000078.log +534 -0
  96. data/examples/logs/TestSize000079.log +534 -0
  97. data/examples/logs/TestSize000080.log +534 -0
  98. data/examples/logs/TestSize000081.log +534 -0
  99. data/examples/logs/TestSize000082.log +534 -0
  100. data/examples/logs/TestSize000083.log +534 -0
  101. data/examples/logs/TestSize000084.log +534 -0
  102. data/examples/logs/TestSize000085.log +534 -0
  103. data/examples/logs/TestSize000086.log +534 -0
  104. data/examples/logs/TestSize000087.log +534 -0
  105. data/examples/logs/TestSize000088.log +534 -0
  106. data/examples/logs/TestSize000089.log +534 -0
  107. data/examples/logs/TestSize000090.log +534 -0
  108. data/examples/logs/TestSize000091.log +534 -0
  109. data/examples/logs/TestSize000092.log +534 -0
  110. data/examples/logs/TestSize000093.log +534 -0
  111. data/examples/logs/TestSize000094.log +534 -0
  112. data/examples/logs/TestSize000095.log +534 -0
  113. data/examples/logs/TestSize000096.log +534 -0
  114. data/examples/logs/TestSize000097.log +534 -0
  115. data/examples/logs/TestSize000098.log +534 -0
  116. data/examples/logs/TestSize000099.log +534 -0
  117. data/examples/logs/TestSize000100.log +534 -0
  118. data/examples/logs/TestSize000101.log +534 -0
  119. data/examples/logs/TestSize000102.log +534 -0
  120. data/examples/logs/TestSize000103.log +534 -0
  121. data/examples/logs/TestSize000104.log +534 -0
  122. data/examples/logs/TestSize000105.log +534 -0
  123. data/examples/logs/TestSize000106.log +534 -0
  124. data/examples/logs/TestSize000107.log +534 -0
  125. data/examples/logs/TestSize000108.log +534 -0
  126. data/examples/logs/TestSize000109.log +534 -0
  127. data/examples/logs/TestSize000110.log +534 -0
  128. data/examples/logs/TestSize000111.log +534 -0
  129. data/examples/logs/TestSize000112.log +534 -0
  130. data/examples/logs/TestSize000113.log +534 -0
  131. data/examples/logs/TestSize000114.log +534 -0
  132. data/examples/logs/TestSize000115.log +534 -0
  133. data/examples/logs/TestSize000116.log +534 -0
  134. data/examples/logs/TestSize000117.log +534 -0
  135. data/examples/logs/TestSize000118.log +534 -0
  136. data/examples/logs/TestSize000119.log +534 -0
  137. data/examples/logs/TestSize000120.log +534 -0
  138. data/examples/logs/TestSize000121.log +534 -0
  139. data/examples/logs/TestSize000122.log +534 -0
  140. data/examples/logs/TestSize000123.log +534 -0
  141. data/examples/logs/TestSize000124.log +534 -0
  142. data/examples/logs/TestSize000125.log +534 -0
  143. data/examples/logs/TestSize000126.log +534 -0
  144. data/examples/logs/TestSize000127.log +534 -0
  145. data/examples/logs/TestSize000128.log +534 -0
  146. data/examples/logs/TestSize000129.log +534 -0
  147. data/examples/logs/TestSize000130.log +534 -0
  148. data/examples/logs/TestSize000131.log +534 -0
  149. data/examples/logs/TestSize000132.log +534 -0
  150. data/examples/logs/TestSize000133.log +534 -0
  151. data/examples/logs/TestSize000134.log +534 -0
  152. data/examples/logs/TestSize000135.log +534 -0
  153. data/examples/logs/TestSize000136.log +534 -0
  154. data/examples/logs/TestSize000137.log +534 -0
  155. data/examples/logs/TestSize000138.log +534 -0
  156. data/examples/logs/TestSize000139.log +534 -0
  157. data/examples/logs/TestSize000140.log +534 -0
  158. data/examples/logs/TestSize000141.log +534 -0
  159. data/examples/logs/TestSize000142.log +534 -0
  160. data/examples/logs/TestSize000143.log +534 -0
  161. data/examples/logs/TestSize000144.log +534 -0
  162. data/examples/logs/TestSize000145.log +534 -0
  163. data/examples/logs/TestSize000146.log +534 -0
  164. data/examples/logs/TestSize000147.log +534 -0
  165. data/examples/logs/TestSize000148.log +534 -0
  166. data/examples/logs/TestSize000149.log +534 -0
  167. data/examples/logs/TestSize000150.log +534 -0
  168. data/examples/logs/TestSize000151.log +534 -0
  169. data/examples/logs/TestSize000152.log +534 -0
  170. data/examples/logs/TestSize000153.log +534 -0
  171. data/examples/logs/TestSize000154.log +534 -0
  172. data/examples/logs/TestSize000155.log +534 -0
  173. data/examples/logs/TestSize000156.log +534 -0
  174. data/examples/logs/TestSize000157.log +534 -0
  175. data/examples/logs/TestSize000158.log +534 -0
  176. data/examples/logs/TestSize000159.log +534 -0
  177. data/examples/logs/TestSize000160.log +534 -0
  178. data/examples/logs/TestSize000161.log +534 -0
  179. data/examples/logs/TestSize000162.log +534 -0
  180. data/examples/logs/TestSize000163.log +534 -0
  181. data/examples/logs/TestSize000164.log +534 -0
  182. data/examples/logs/TestSize000165.log +534 -0
  183. data/examples/logs/TestSize000166.log +534 -0
  184. data/examples/logs/TestSize000167.log +534 -0
  185. data/examples/logs/TestSize000168.log +534 -0
  186. data/examples/logs/TestSize000169.log +534 -0
  187. data/examples/logs/TestSize000170.log +534 -0
  188. data/examples/logs/TestSize000171.log +534 -0
  189. data/examples/logs/TestSize000172.log +534 -0
  190. data/examples/logs/TestSize000173.log +534 -0
  191. data/examples/logs/TestSize000174.log +534 -0
  192. data/examples/logs/TestSize000175.log +534 -0
  193. data/examples/logs/TestSize000176.log +534 -0
  194. data/examples/logs/TestSize000177.log +534 -0
  195. data/examples/logs/TestSize000178.log +534 -0
  196. data/examples/logs/TestSize000179.log +534 -0
  197. data/examples/logs/TestSize000180.log +534 -0
  198. data/examples/logs/TestSize000181.log +534 -0
  199. data/examples/logs/TestSize000182.log +534 -0
  200. data/examples/logs/TestSize000183.log +534 -0
  201. data/examples/logs/TestSize000184.log +534 -0
  202. data/examples/logs/TestSize000185.log +534 -0
  203. data/examples/logs/TestSize000186.log +534 -0
  204. data/examples/logs/TestSize000187.log +313 -0
  205. data/examples/logs/TestTime000001.log +10 -0
  206. data/examples/logs/TestTime000002.log +10 -0
  207. data/examples/logs/TestTime000003.log +10 -0
  208. data/examples/logs/TestTime000004.log +10 -0
  209. data/examples/logs/TestTime000005.log +10 -0
  210. data/examples/logs/TestTime000006.log +10 -0
  211. data/examples/logs/TestTime000007.log +10 -0
  212. data/examples/logs/TestTime000008.log +10 -0
  213. data/examples/logs/TestTime000009.log +10 -0
  214. data/examples/logs/TestTime000010.log +10 -0
  215. data/examples/logs/TestTime000011.log +10 -0
  216. data/examples/logs/TestTime000012.log +10 -0
  217. data/examples/logs/TestTime000013.log +10 -0
  218. data/examples/logs/TestTime000014.log +9 -0
  219. data/examples/logs/TestTime000015.log +10 -0
  220. data/examples/logs/TestTime000016.log +10 -0
  221. data/examples/logs/TestTime000017.log +10 -0
  222. data/examples/logs/TestTime000018.log +10 -0
  223. data/examples/logs/TestTime000019.log +10 -0
  224. data/examples/logs/TestTime000020.log +10 -0
  225. data/examples/logs/TestTime000021.log +1 -0
  226. data/examples/logserver.rb +1 -1
  227. data/examples/moderateconfig.rb +1 -1
  228. data/examples/myformatter.rb +1 -1
  229. data/examples/outofthebox.rb +1 -1
  230. data/examples/rrsetup.rb +1 -1
  231. data/examples/simpleconfig.rb +1 -1
  232. data/examples/syslogcustom.rb +1 -1
  233. data/examples/xmlconfig.rb +1 -1
  234. data/examples/yaml.rb +1 -1
  235. data/{src → lib}/log4r.rb +2 -2
  236. data/{src → lib}/log4r/GDC.rb +1 -1
  237. data/{src → lib}/log4r/MDC.rb +1 -1
  238. data/{src → lib}/log4r/NDC.rb +1 -1
  239. data/{src → lib}/log4r/base.rb +0 -0
  240. data/{src → lib}/log4r/config.rb +1 -1
  241. data/{src → lib}/log4r/configurator.rb +1 -1
  242. data/{src → lib}/log4r/formatter/formatter.rb +1 -1
  243. data/{src → lib}/log4r/formatter/log4jxmlformatter.rb +61 -61
  244. data/{src → lib}/log4r/formatter/patternformatter.rb +3 -2
  245. data/{src → lib}/log4r/lib/drbloader.rb +0 -0
  246. data/{src → lib}/log4r/lib/xmlloader.rb +0 -0
  247. data/{src → lib}/log4r/logevent.rb +0 -0
  248. data/{src → lib}/log4r/logger.rb +6 -1
  249. data/{src → lib}/log4r/loggerfactory.rb +1 -1
  250. data/{src → lib}/log4r/logserver.rb +0 -0
  251. data/{src → lib}/log4r/outputter/consoleoutputters.rb +0 -0
  252. data/{src → lib}/log4r/outputter/datefileoutputter.rb +0 -0
  253. data/{src → lib}/log4r/outputter/emailoutputter.rb +54 -29
  254. data/{src → lib}/log4r/outputter/fileoutputter.rb +1 -1
  255. data/{src → lib}/log4r/outputter/iooutputter.rb +0 -0
  256. data/{src → lib}/log4r/outputter/outputter.rb +6 -4
  257. data/{src → lib}/log4r/outputter/outputterfactory.rb +4 -2
  258. data/{src → lib}/log4r/outputter/remoteoutputter.rb +0 -0
  259. data/lib/log4r/outputter/rollingfileoutputter.rb +234 -0
  260. data/{src → lib}/log4r/outputter/staticoutputter.rb +1 -1
  261. data/{src → lib}/log4r/outputter/syslogoutputter.rb +1 -1
  262. data/{src → lib}/log4r/outputter/udpoutputter.rb +1 -1
  263. data/{src → lib}/log4r/rdoc/GDC +0 -0
  264. data/{src → lib}/log4r/rdoc/MDC +0 -0
  265. data/{src → lib}/log4r/rdoc/NDC +0 -0
  266. data/{src → lib}/log4r/rdoc/configurator +0 -0
  267. data/{src → lib}/log4r/rdoc/emailoutputter +0 -0
  268. data/{src → lib}/log4r/rdoc/formatter +0 -0
  269. data/{src → lib}/log4r/rdoc/log4r +0 -0
  270. data/{src → lib}/log4r/rdoc/logger +0 -0
  271. data/{src → lib}/log4r/rdoc/logserver +0 -0
  272. data/{src → lib}/log4r/rdoc/outputter +0 -0
  273. data/{src → lib}/log4r/rdoc/patternformatter +0 -0
  274. data/{src → lib}/log4r/rdoc/syslogoutputter +0 -0
  275. data/{src → lib}/log4r/rdoc/win32eventoutputter +0 -0
  276. data/{src → lib}/log4r/rdoc/yamlconfigurator +0 -0
  277. data/{src → lib}/log4r/repository.rb +1 -1
  278. data/{src → lib}/log4r/staticlogger.rb +0 -0
  279. data/{src → lib}/log4r/yamlconfigurator.rb +1 -1
  280. data/tests/junk/test +0 -0
  281. data/tests/junk/tmp +0 -0
  282. data/tests/junk/tmpx.log +0 -0
  283. data/tests/testGDC.rb +1 -1
  284. data/tests/testMDC.rb +1 -1
  285. data/tests/testNDC.rb +1 -1
  286. data/tests/testall.rb +1 -1
  287. data/tests/testbase.rb +1 -1
  288. data/tests/testchainsaw.rb +1 -1
  289. data/tests/testlogger.rb +5 -5
  290. data/tests/testoutputter.rb +65 -44
  291. data/tests/testpatternformatter.rb +2 -2
  292. data/tests/testthreads.rb +23 -11
  293. metadata +263 -159
  294. data/doc/rdoc/Log4r.html +0 -519
  295. data/doc/rdoc/Log4r/BasicFormatter.html +0 -388
  296. data/doc/rdoc/Log4r/ConfigError.html +0 -225
  297. data/doc/rdoc/Log4r/Configurator.html +0 -1068
  298. data/doc/rdoc/Log4r/DateFileOutputter.html +0 -479
  299. data/doc/rdoc/Log4r/DefaultFormatter.html +0 -223
  300. data/doc/rdoc/Log4r/EmailOutputter.html +0 -654
  301. data/doc/rdoc/Log4r/FileOutputter.html +0 -346
  302. data/doc/rdoc/Log4r/Formatter.html +0 -309
  303. data/doc/rdoc/Log4r/GDC.html +0 -346
  304. data/doc/rdoc/Log4r/GDC_rb.html +0 -80
  305. data/doc/rdoc/Log4r/IOOutputter.html +0 -410
  306. data/doc/rdoc/Log4r/Log4jXmlFormatter.html +0 -337
  307. data/doc/rdoc/Log4r/Log4rConfig.html +0 -211
  308. data/doc/rdoc/Log4r/Log4rTools.html +0 -388
  309. data/doc/rdoc/Log4r/LogEvent.html +0 -378
  310. data/doc/rdoc/Log4r/LogServer.html +0 -340
  311. data/doc/rdoc/Log4r/Logger.html +0 -1150
  312. data/doc/rdoc/Log4r/Logger/LoggerFactory.html +0 -218
  313. data/doc/rdoc/Log4r/Logger/Repository.html +0 -225
  314. data/doc/rdoc/Log4r/MDC.html +0 -424
  315. data/doc/rdoc/Log4r/MDC_rb.html +0 -83
  316. data/doc/rdoc/Log4r/NDC.html +0 -632
  317. data/doc/rdoc/Log4r/NDC_rb.html +0 -110
  318. data/doc/rdoc/Log4r/ObjectFormatter.html +0 -280
  319. data/doc/rdoc/Log4r/Outputter.html +0 -934
  320. data/doc/rdoc/Log4r/Outputter/OutputterFactory.html +0 -218
  321. data/doc/rdoc/Log4r/Outputter/consoleoutputters_rb.html +0 -57
  322. data/doc/rdoc/Log4r/Outputter/datefileoutputter_rb.html +0 -93
  323. data/doc/rdoc/Log4r/Outputter/emailoutputter_rb.html +0 -179
  324. data/doc/rdoc/Log4r/Outputter/fileoutputter_rb.html +0 -64
  325. data/doc/rdoc/Log4r/Outputter/iooutputter_rb.html +0 -59
  326. data/doc/rdoc/Log4r/Outputter/outputter_rb.html +0 -222
  327. data/doc/rdoc/Log4r/Outputter/outputterfactory_rb.html +0 -62
  328. data/doc/rdoc/Log4r/Outputter/remoteoutputter_rb.html +0 -59
  329. data/doc/rdoc/Log4r/Outputter/rollingfileoutputter_rb.html +0 -66
  330. data/doc/rdoc/Log4r/Outputter/staticoutputter_rb.html +0 -55
  331. data/doc/rdoc/Log4r/Outputter/syslogoutputter_rb.html +0 -110
  332. data/doc/rdoc/Log4r/Outputter/udpoutputter_rb.html +0 -220
  333. data/doc/rdoc/Log4r/PatternFormatter.html +0 -404
  334. data/doc/rdoc/Log4r/ROMPClient.html +0 -211
  335. data/doc/rdoc/Log4r/ROMPServer.html +0 -211
  336. data/doc/rdoc/Log4r/RemoteOutputter.html +0 -402
  337. data/doc/rdoc/Log4r/RollingFileOutputter.html +0 -551
  338. data/doc/rdoc/Log4r/RootLogger.html +0 -530
  339. data/doc/rdoc/Log4r/SimpleFormatter.html +0 -276
  340. data/doc/rdoc/Log4r/StderrOutputter.html +0 -268
  341. data/doc/rdoc/Log4r/StdoutOutputter.html +0 -268
  342. data/doc/rdoc/Log4r/SyslogOutputter.html +0 -551
  343. data/doc/rdoc/Log4r/UDPOutputter.html +0 -379
  344. data/doc/rdoc/Log4r/YamlConfigurator.html +0 -966
  345. data/doc/rdoc/Log4r/base_rb.html +0 -57
  346. data/doc/rdoc/Log4r/config_rb.html +0 -122
  347. data/doc/rdoc/Log4r/configurator_rb.html +0 -370
  348. data/doc/rdoc/Log4r/formatter/formatter_rb.html +0 -121
  349. data/doc/rdoc/Log4r/formatter/log4jxmlformatter_rb.html +0 -64
  350. data/doc/rdoc/Log4r/formatter/patternformatter_rb.html +0 -239
  351. data/doc/rdoc/Log4r/lib/drbloader_rb.html +0 -57
  352. data/doc/rdoc/Log4r/lib/xmlloader_rb.html +0 -57
  353. data/doc/rdoc/Log4r/logevent_rb.html +0 -55
  354. data/doc/rdoc/Log4r/logger_rb.html +0 -293
  355. data/doc/rdoc/Log4r/loggerfactory_rb.html +0 -66
  356. data/doc/rdoc/Log4r/logserver_rb.html +0 -161
  357. data/doc/rdoc/Log4r/rdoc/GDC.html +0 -175
  358. data/doc/rdoc/Log4r/rdoc/MDC.html +0 -178
  359. data/doc/rdoc/Log4r/rdoc/NDC.html +0 -207
  360. data/doc/rdoc/Log4r/rdoc/configurator.html +0 -462
  361. data/doc/rdoc/Log4r/rdoc/emailoutputter.html +0 -279
  362. data/doc/rdoc/Log4r/rdoc/formatter.html +0 -218
  363. data/doc/rdoc/Log4r/rdoc/log4r.html +0 -286
  364. data/doc/rdoc/Log4r/rdoc/logger.html +0 -382
  365. data/doc/rdoc/Log4r/rdoc/logserver.html +0 -265
  366. data/doc/rdoc/Log4r/rdoc/outputter.html +0 -313
  367. data/doc/rdoc/Log4r/rdoc/patternformatter.html +0 -331
  368. data/doc/rdoc/Log4r/rdoc/syslogoutputter.html +0 -197
  369. data/doc/rdoc/Log4r/rdoc/win32eventoutputter.html +0 -165
  370. data/doc/rdoc/Log4r/rdoc/yamlconfigurator.html +0 -187
  371. data/doc/rdoc/Log4r/repository_rb.html +0 -74
  372. data/doc/rdoc/Log4r/staticlogger_rb.html +0 -55
  373. data/doc/rdoc/Log4r/yamlconfigurator_rb.html +0 -95
  374. data/doc/rdoc/REXML.html +0 -211
  375. data/doc/rdoc/created.rid +0 -1
  376. data/doc/rdoc/images/brick.png +0 -0
  377. data/doc/rdoc/images/brick_link.png +0 -0
  378. data/doc/rdoc/images/bug.png +0 -0
  379. data/doc/rdoc/images/bullet_black.png +0 -0
  380. data/doc/rdoc/images/bullet_toggle_minus.png +0 -0
  381. data/doc/rdoc/images/bullet_toggle_plus.png +0 -0
  382. data/doc/rdoc/images/date.png +0 -0
  383. data/doc/rdoc/images/find.png +0 -0
  384. data/doc/rdoc/images/loadingAnimation.gif +0 -0
  385. data/doc/rdoc/images/macFFBgHack.png +0 -0
  386. data/doc/rdoc/images/package.png +0 -0
  387. data/doc/rdoc/images/page_green.png +0 -0
  388. data/doc/rdoc/images/page_white_text.png +0 -0
  389. data/doc/rdoc/images/page_white_width.png +0 -0
  390. data/doc/rdoc/images/plugin.png +0 -0
  391. data/doc/rdoc/images/ruby.png +0 -0
  392. data/doc/rdoc/images/tag_green.png +0 -0
  393. data/doc/rdoc/images/wrench.png +0 -0
  394. data/doc/rdoc/images/wrench_orange.png +0 -0
  395. data/doc/rdoc/images/zoom.png +0 -0
  396. data/doc/rdoc/index.html +0 -585
  397. data/doc/rdoc/js/darkfish.js +0 -116
  398. data/doc/rdoc/js/jquery.js +0 -32
  399. data/doc/rdoc/js/quicksearch.js +0 -114
  400. data/doc/rdoc/js/thickbox-compressed.js +0 -10
  401. data/doc/rdoc/log4r-rdoc.css +0 -696
  402. data/doc/rdoc/log4r_rb.html +0 -207
  403. data/doc/rdoc/rdoc.css +0 -696
  404. data/src/log4r/outputter/rollingfileoutputter.rb +0 -131
@@ -1,207 +0,0 @@
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: log4r.rb [1.1.7 Log4r API]</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 11 14:59:51 -0800 2010</dd>
28
-
29
-
30
- <dt class="requires">Requires</dt>
31
- <dd class="requires">
32
- <ul>
33
-
34
- <li>log4r/outputter/fileoutputter</li>
35
-
36
- <li>log4r/outputter/consoleoutputters</li>
37
-
38
- <li>log4r/outputter/staticoutputter</li>
39
-
40
- <li>log4r/outputter/rollingfileoutputter</li>
41
-
42
- <li>log4r/formatter/patternformatter</li>
43
-
44
- <li>log4r/loggerfactory</li>
45
-
46
- <li>log4r/GDC</li>
47
-
48
- <li>log4r/NDC</li>
49
-
50
- <li>log4r/MDC</li>
51
-
52
- </ul>
53
- </dd>
54
-
55
-
56
-
57
- </dl>
58
- </div>
59
-
60
- <div id="documentation">
61
-
62
- <div class="description">
63
- <h2>Description</h2>
64
- <h1>1.1.7 <a href="Log4r.html">Log4r</a> API Reference</h1>
65
- <p>
66
- Welcome to the <a href="Log4r.html">Log4r</a> API reference. There are two
67
- classes of reference, the file overview and the class API. They are listed
68
- under Files and Classes respectively. File overviews cover the use of the
69
- <a href="Log4r.html">Log4r</a> API and some implementation details, whereas
70
- class APIs detail the methods available to the various objects.
71
- </p>
72
- <p>
73
- The code examples in this API assume:
74
- </p>
75
- <pre>
76
- include Log4r
77
- </pre>
78
- <p>
79
- This file overview covers some of the major concepts in <a
80
- href="Log4r.html">Log4r</a>.
81
- </p>
82
- <h2>Log Levels</h2>
83
- <p>
84
- <a href="Log4r.html">Log4r</a> provides as many levels of logging as
85
- desired. Logging levels are an ordered set of names ranked by priority. The
86
- more important a level is, the higher its priority and the more likely we
87
- want to see any data associated with it. <a href="Log4r.html">Log4r</a>
88
- provides many ways to filter information by level.
89
- </p>
90
- <p>
91
- Loggers and Outputters have a level parameter which serves as a level
92
- threshold. Any data below this threshold will be ignored by the Logger or
93
- Outputter. Additionally, Outputters can be set to mask out any particular
94
- level or collection of levels.
95
- </p>
96
- <p>
97
- By combining level thresholds with other <a href="Log4r.html">Log4r</a>
98
- features, one can direct any set of data to any destination desired in a
99
- way that is easy to visualize and configure.
100
- </p>
101
- <h3>Default Levels</h3>
102
- <p>
103
- The default log levels and their priority rankings are:
104
- </p>
105
- <pre>
106
- DEBUG &lt; INFO &lt; WARN &lt; ERROR &lt; FATAL
107
- </pre>
108
- <h3>Custom Levels</h3>
109
- <p>
110
- You can have as many levels as you desire, with any naming scheme. <a
111
- href="Log4r.html">Log4r</a> will automatically define level constants and
112
- log method names after your custom specification.
113
- </p>
114
- <p>
115
- Please see <a href="log4r/configurator_rb.html">log4r/configurator.rb</a>
116
- for details.
117
- </p>
118
- <h3>Boundary Levels</h3>
119
- <p>
120
- There are two special levels, <tt>ALL</tt> and <tt>OFF</tt> which denote
121
- whether we are logging at all levels or at none. The priority ranks with
122
- respect to the logging levels are as follows:
123
- </p>
124
- <pre>
125
- ALL &lt; logging levels as defined by user &lt; OFF
126
- </pre>
127
- <p>
128
- Thus, setting the level to <tt>ALL</tt> will enable logging at all levels
129
- whereas <tt>OFF</tt> will turn off logging completely.
130
- </p>
131
- <h2>File Overviews</h2>
132
- <table>
133
- <tr><td valign="top">For Loggers:</td><td><a href="log4r/logger_rb.html">log4r/logger.rb</a>
134
-
135
- </td></tr>
136
- <tr><td valign="top">For Outputters:</td><td><a
137
- href="log4r/outputter/outputter_rb.html">log4r/outputter/outputter.rb</a>
138
-
139
- </td></tr>
140
- <tr><td valign="top">For Formatters:</td><td><a
141
- href="log4r/formatter/formatter_rb.html">log4r/formatter/formatter.rb</a>
142
-
143
- </td></tr>
144
- <tr><td valign="top">For configuration:</td><td><a href="log4r/configurator_rb.html">log4r/configurator.rb</a>
145
-
146
- </td></tr>
147
- </table>
148
- <h2>Principal Classes of <a href="Log4r.html">Log4r</a></h2>
149
- <ul>
150
- <li><a href="Log4r/Logger.html">Log4r::Logger</a> - Interface to logging
151
-
152
- </li>
153
- <li><a href="Log4r/Outputter.html">Log4r::Outputter</a> - An output destination
154
- for a logger.
155
-
156
- </li>
157
- <li><a href="Log4r/Formatter.html">Log4r::Formatter</a> - A means of formatting
158
- log data.
159
-
160
- </li>
161
- <li><a href="Log4r/Configurator.html">Log4r::Configurator</a> - A means of
162
- configuring <a href="Log4r.html">Log4r</a>
163
-
164
- </li>
165
- </ul>
166
- <h2>Convenience Classes</h2>
167
- <p>
168
- <a href="Log4r.html">Log4r</a> provides several convenience Outputters and
169
- Formatters. Please look at the file overviews of those classes for more
170
- details.
171
- </p>
172
- <h2>Remote Logging</h2>
173
- <p>
174
- <a href="Log4r.html">Log4r</a> provides a way to send log events over a
175
- network. See <a href="log4r/logserver_rb.html">log4r/logserver.rb</a> for
176
- details.
177
- </p>
178
- <h2>What&#8217;s Going on Inside?</h2>
179
- <p>
180
- <a href="Log4r.html">Log4r</a> has an internal logger which records much of
181
- what goes on inside. To see the output, define a Logger named
182
- &#8216;log4r&#8217; and give it an Outputter of some sort. It logs only at
183
- the lowest and highest priorities. That would be DEBUG and FATAL for the
184
- standard setup.
185
- </p>
186
- <p>
187
- It is essential to view this data when using certain classes, like <a
188
- href="Log4r/LogServer.html">Log4r::LogServer</a> and <a
189
- href="Log4r/EmailOutputter.html">Log4r::EmailOutputter</a>.
190
- </p>
191
- <h2>Other Info</h2>
192
- <table>
193
- <tr><td valign="top">Author:</td><td>Leon Torres
194
-
195
- </td></tr>
196
- <tr><td valign="top">Version:</td><td>$Id: <a href="log4r_rb.html">log4r.rb</a>,v 1.9 2010/03/11 22:59:51 colbygk
197
- Exp $
198
-
199
- </td></tr>
200
- </table>
201
-
202
- </div>
203
-
204
- </div>
205
- </body>
206
- </html>
207
-
@@ -1,696 +0,0 @@
1
- /*
2
- * "Darkfish" Rdoc CSS
3
- * $Id: rdoc.css 54 2009-01-27 01:09:48Z deveiant $
4
- *
5
- * Author: Michael Granger <ged@FaerieMUD.org>
6
- *
7
- */
8
-
9
- /* Base Green is: #6C8C22 */
10
-
11
- *{ padding: 0; margin: 0; }
12
-
13
- body {
14
- background: #efefef;
15
- font: 14px "Helvetica Neue", Helvetica, Tahoma, sans-serif;
16
- }
17
- body.class, body.module, body.file {
18
- margin-left: 40px;
19
- }
20
- body.file-popup {
21
- font-size: 90%;
22
- margin-left: 0;
23
- }
24
-
25
- h1 {
26
- font-size: 300%;
27
- text-shadow: rgba(135,145,135,0.65) 2px 2px 3px;
28
- color: #6C8C22;
29
- }
30
- h2,h3,h4 { margin-top: 1.5em; }
31
-
32
- a {
33
- color: #6C8C22;
34
- text-decoration: none;
35
- }
36
- a:hover {
37
- border-bottom: 1px dotted #6C8C22;
38
- }
39
-
40
- pre {
41
- background: #ddd;
42
- padding: 0.5em 0;
43
- }
44
-
45
-
46
- /* @group Generic Classes */
47
-
48
- .initially-hidden {
49
- display: none;
50
- }
51
-
52
- .quicksearch-field {
53
- width: 98%;
54
- background: #ddd;
55
- border: 1px solid #aaa;
56
- height: 1.5em;
57
- -webkit-border-radius: 4px;
58
- }
59
- .quicksearch-field:focus {
60
- background: #f1edba;
61
- }
62
-
63
- .missing-docs {
64
- font-size: 120%;
65
- background: white url(images/wrench_orange.png) no-repeat 4px center;
66
- color: #ccc;
67
- line-height: 2em;
68
- border: 1px solid #d00;
69
- opacity: 1;
70
- padding-left: 20px;
71
- text-indent: 24px;
72
- letter-spacing: 3px;
73
- font-weight: bold;
74
- -webkit-border-radius: 5px;
75
- -moz-border-radius: 5px;
76
- }
77
-
78
- .target-section {
79
- border: 2px solid #dcce90;
80
- border-left-width: 8px;
81
- padding: 0 1em;
82
- background: #fff3c2;
83
- }
84
-
85
- /* @end */
86
-
87
-
88
- /* @group Index Page, Standalone file pages */
89
- body.indexpage {
90
- margin: 1em 3em;
91
- }
92
- body.indexpage p,
93
- body.indexpage div,
94
- body.file p {
95
- margin: 1em 0;
96
- }
97
-
98
- .indexpage ul,
99
- .file #documentation ul {
100
- line-height: 160%;
101
- list-style: none;
102
- }
103
- .indexpage ul a,
104
- .file #documentation ul a {
105
- font-size: 16px;
106
- }
107
-
108
- .indexpage li,
109
- .file #documentation li {
110
- padding-left: 20px;
111
- background: url(images/bullet_black.png) no-repeat left 4px;
112
- }
113
- .indexpage li.module {
114
- background: url(images/package.png) no-repeat left 4px;
115
- }
116
- .indexpage li.class {
117
- background: url(images/ruby.png) no-repeat left 4px;
118
- }
119
- .indexpage li.file {
120
- background: url(images/page_white_text.png) no-repeat left 4px;
121
- }
122
-
123
- /* @end */
124
-
125
- /* @group Top-Level Structure */
126
-
127
- .class #metadata,
128
- .file #metadata,
129
- .module #metadata {
130
- float: left;
131
- width: 260px;
132
- }
133
-
134
- .class #documentation,
135
- .file #documentation,
136
- .module #documentation {
137
- margin: 2em 1em 5em 300px;
138
- min-width: 340px;
139
- }
140
-
141
- .file #metadata {
142
- margin: 0.8em;
143
- }
144
-
145
- #validator-badges {
146
- clear: both;
147
- margin: 1em 1em 2em;
148
- }
149
-
150
- /* @end */
151
-
152
- /* @group Metadata Section */
153
- #metadata .section {
154
- background-color: #dedede;
155
- -moz-border-radius: 5px;
156
- -webkit-border-radius: 5px;
157
- border: 1px solid #aaa;
158
- margin: 0 8px 16px;
159
- font-size: 90%;
160
- overflow: hidden;
161
- }
162
- #metadata h3.section-header {
163
- margin: 0;
164
- padding: 2px 8px;
165
- background: #ccc;
166
- color: #666;
167
- -moz-border-radius-topleft: 4px;
168
- -moz-border-radius-topright: 4px;
169
- -webkit-border-top-left-radius: 4px;
170
- -webkit-border-top-right-radius: 4px;
171
- border-bottom: 1px solid #aaa;
172
- }
173
- #metadata ul,
174
- #metadata dl,
175
- #metadata p {
176
- padding: 8px;
177
- list-style: none;
178
- }
179
-
180
- #file-metadata ul {
181
- padding-left: 28px;
182
- list-style-image: url(images/page_green.png);
183
- }
184
-
185
- dl.svninfo {
186
- color: #666;
187
- margin: 0;
188
- }
189
- dl.svninfo dt {
190
- font-weight: bold;
191
- }
192
-
193
- ul.link-list li {
194
- white-space: nowrap;
195
- }
196
- ul.link-list .type {
197
- font-size: 8px;
198
- text-transform: uppercase;
199
- color: white;
200
- background: #969696;
201
- padding: 2px 4px;
202
- -webkit-border-radius: 5px;
203
- }
204
-
205
- /* @end */
206
-
207
-
208
- /* @group Project Metadata Section */
209
- #project-metadata {
210
- margin-top: 3em;
211
- }
212
-
213
- .file #project-metadata {
214
- margin-top: 0em;
215
- }
216
-
217
- #project-metadata .section {
218
- border: 1px solid #aaa;
219
- }
220
- #project-metadata h3.section-header {
221
- border-bottom: 1px solid #aaa;
222
- position: relative;
223
- }
224
- #project-metadata h3.section-header .search-toggle {
225
- position: absolute;
226
- right: 5px;
227
- }
228
-
229
-
230
- #project-metadata form {
231
- color: #777;
232
- background: #ccc;
233
- padding: 8px 8px 16px;
234
- border-bottom: 1px solid #bbb;
235
- }
236
- #project-metadata fieldset {
237
- border: 0;
238
- }
239
-
240
- #no-class-search-results {
241
- margin: 0 auto 1em;
242
- text-align: center;
243
- font-size: 14px;
244
- font-weight: bold;
245
- color: #aaa;
246
- }
247
-
248
- /* @end */
249
-
250
-
251
- /* @group Documentation Section */
252
- #description {
253
- font-size: 100%;
254
- color: #333;
255
- }
256
-
257
- #description p {
258
- margin: 1em 0.4em;
259
- }
260
-
261
- #description ul {
262
- margin-left: 2em;
263
- }
264
- #description ul li {
265
- line-height: 1.4em;
266
- }
267
-
268
- #description dl,
269
- #documentation dl {
270
- margin: 8px 1.5em;
271
- border: 1px solid #ccc;
272
- }
273
- #description dl {
274
- font-size: 14px;
275
- }
276
-
277
- #description dt,
278
- #documentation dt {
279
- padding: 2px 4px;
280
- font-weight: bold;
281
- background: #ddd;
282
- }
283
- #description dd,
284
- #documentation dd {
285
- padding: 2px 12px;
286
- }
287
- #description dd + dt,
288
- #documentation dd + dt {
289
- margin-top: 0.7em;
290
- }
291
-
292
- #documentation .section {
293
- font-size: 90%;
294
- }
295
- #documentation h3.section-header {
296
- margin-top: 2em;
297
- padding: 0.75em 0.5em;
298
- background-color: #dedede;
299
- color: #333;
300
- font-size: 150%;
301
- border: 1px solid #bbb;
302
- -moz-border-radius: 3px;
303
- -webkit-border-radius: 3px;
304
- }
305
-
306
- #constants-list > dl,
307
- #attributes-list > dl {
308
- margin: 1em 0 2em;
309
- border: 0;
310
- }
311
- #constants-list > dl dt,
312
- #attributes-list > dl dt {
313
- padding-left: 0;
314
- font-weight: bold;
315
- font-family: Monaco, "Andale Mono";
316
- background: inherit;
317
- }
318
- #constants-list > dl dt a,
319
- #attributes-list > dl dt a {
320
- color: inherit;
321
- }
322
- #constants-list > dl dd,
323
- #attributes-list > dl dd {
324
- margin: 0 0 1em 0;
325
- padding: 0;
326
- color: #666;
327
- }
328
-
329
- /* @group Method Details */
330
-
331
- #documentation .method-source-code {
332
- display: none;
333
- }
334
-
335
- #documentation .method-detail {
336
- margin: 0.5em 0;
337
- padding: 0.5em 0;
338
- cursor: pointer;
339
- }
340
- #documentation .method-detail:hover {
341
- background-color: #f1edba;
342
- }
343
- #documentation .method-alias {
344
- font-style: oblique;
345
- }
346
- #documentation .method-heading {
347
- position: relative;
348
- padding: 2px 4px 0 20px;
349
- font-size: 125%;
350
- font-weight: bold;
351
- color: #333;
352
- background: url(images/brick.png) no-repeat left bottom;
353
- }
354
- #documentation .method-heading a {
355
- color: inherit;
356
- }
357
- #documentation .method-click-advice {
358
- position: absolute;
359
- top: 2px;
360
- right: 5px;
361
- font-size: 10px;
362
- color: #9b9877;
363
- visibility: hidden;
364
- padding-right: 20px;
365
- line-height: 20px;
366
- background: url(images/zoom.png) no-repeat right top;
367
- }
368
- #documentation .method-detail:hover .method-click-advice {
369
- visibility: visible;
370
- }
371
-
372
- #documentation .method-alias .method-heading {
373
- color: #666;
374
- background: url(images/brick_link.png) no-repeat left bottom;
375
- }
376
-
377
- #documentation .method-description,
378
- #documentation .aliases {
379
- margin: 0 20px;
380
- line-height: 1.2em;
381
- color: #666;
382
- }
383
- #documentation .aliases {
384
- padding-top: 4px;
385
- font-style: italic;
386
- cursor: default;
387
- }
388
- #documentation .method-description p {
389
- padding: 0;
390
- }
391
- #documentation .method-description p + p {
392
- margin-bottom: 0.5em;
393
- }
394
-
395
- #documentation .attribute-method-heading {
396
- background: url(images/tag_green.png) no-repeat left bottom;
397
- }
398
- #documentation #attribute-method-details .method-detail:hover {
399
- background-color: transparent;
400
- cursor: default;
401
- }
402
- #documentation .attribute-access-type {
403
- font-size: 60%;
404
- text-transform: uppercase;
405
- vertical-align: super;
406
- padding: 0 2px;
407
- }
408
- /* @end */
409
-
410
- /* @end */
411
-
412
-
413
-
414
- /* @group Source Code */
415
-
416
- a.source-toggle {
417
- font-size: 90%;
418
- }
419
- a.source-toggle img {
420
-
421
- }
422
-
423
- div.method-source-code {
424
- background: #262626;
425
- color: #efefef;
426
- margin: 1em;
427
- padding: 0.5em;
428
- border: 1px dashed #999;
429
- overflow: hidden;
430
- }
431
-
432
- div.method-source-code pre {
433
- background: inherit;
434
- padding: 0;
435
- color: white;
436
- overflow: hidden;
437
- }
438
-
439
- /* @group Ruby keyword styles */
440
-
441
- .standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
442
-
443
- .ruby-constant { color: #7fffd4; background: transparent; }
444
- .ruby-keyword { color: #00ffff; background: transparent; }
445
- .ruby-ivar { color: #eedd82; background: transparent; }
446
- .ruby-operator { color: #00ffee; background: transparent; }
447
- .ruby-identifier { color: #ffdead; background: transparent; }
448
- .ruby-node { color: #ffa07a; background: transparent; }
449
- .ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
450
- .ruby-regexp { color: #ffa07a; background: transparent; }
451
- .ruby-value { color: #7fffd4; background: transparent; }
452
-
453
- /* @end */
454
- /* @end */
455
-
456
-
457
- /* @group File Popup Contents */
458
-
459
- .file #metadata,
460
- .file-popup #metadata {
461
- }
462
-
463
- .file-popup dl {
464
- font-size: 80%;
465
- padding: 0.75em;
466
- background-color: #dedede;
467
- color: #333;
468
- border: 1px solid #bbb;
469
- -moz-border-radius: 3px;
470
- -webkit-border-radius: 3px;
471
- }
472
- .file dt {
473
- font-weight: bold;
474
- padding-left: 22px;
475
- line-height: 20px;
476
- background: url(images/page_white_width.png) no-repeat left top;
477
- }
478
- .file dt.modified-date {
479
- background: url(images/date.png) no-repeat left top;
480
- }
481
- .file dt.requires {
482
- background: url(images/plugin.png) no-repeat left top;
483
- }
484
- .file dt.scs-url {
485
- background: url(images/wrench.png) no-repeat left top;
486
- }
487
-
488
- .file dl dd {
489
- margin: 0 0 1em 0;
490
- }
491
- .file #metadata dl dd ul {
492
- list-style: circle;
493
- margin-left: 20px;
494
- padding-top: 0;
495
- }
496
- .file #metadata dl dd ul li {
497
- }
498
-
499
-
500
- .file h2 {
501
- margin-top: 2em;
502
- padding: 0.75em 0.5em;
503
- background-color: #dedede;
504
- color: #333;
505
- font-size: 120%;
506
- border: 1px solid #bbb;
507
- -moz-border-radius: 3px;
508
- -webkit-border-radius: 3px;
509
- }
510
-
511
- /* @end */
512
-
513
-
514
-
515
-
516
- /* @group ThickBox Styles */
517
- #TB_window {
518
- font: 12px Arial, Helvetica, sans-serif;
519
- color: #333333;
520
- }
521
-
522
- #TB_secondLine {
523
- font: 10px Arial, Helvetica, sans-serif;
524
- color:#666666;
525
- }
526
-
527
- #TB_window a:link {color: #666666;}
528
- #TB_window a:visited {color: #666666;}
529
- #TB_window a:hover {color: #000;}
530
- #TB_window a:active {color: #666666;}
531
- #TB_window a:focus{color: #666666;}
532
-
533
- #TB_overlay {
534
- position: fixed;
535
- z-index:100;
536
- top: 0px;
537
- left: 0px;
538
- height:100%;
539
- width:100%;
540
- }
541
-
542
- .TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
543
- .TB_overlayBG {
544
- background-color:#000;
545
- filter:alpha(opacity=75);
546
- -moz-opacity: 0.75;
547
- opacity: 0.75;
548
- }
549
-
550
- * html #TB_overlay { /* ie6 hack */
551
- position: absolute;
552
- height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
553
- }
554
-
555
- #TB_window {
556
- position: fixed;
557
- background: #ffffff;
558
- z-index: 102;
559
- color:#000000;
560
- display:none;
561
- border: 4px solid #525252;
562
- text-align:left;
563
- top:50%;
564
- left:50%;
565
- }
566
-
567
- * html #TB_window { /* ie6 hack */
568
- position: absolute;
569
- margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
570
- }
571
-
572
- #TB_window img#TB_Image {
573
- display:block;
574
- margin: 15px 0 0 15px;
575
- border-right: 1px solid #ccc;
576
- border-bottom: 1px solid #ccc;
577
- border-top: 1px solid #666;
578
- border-left: 1px solid #666;
579
- }
580
-
581
- #TB_caption{
582
- height:25px;
583
- padding:7px 30px 10px 25px;
584
- float:left;
585
- }
586
-
587
- #TB_closeWindow{
588
- height:25px;
589
- padding:11px 25px 10px 0;
590
- float:right;
591
- }
592
-
593
- #TB_closeAjaxWindow{
594
- padding:7px 10px 5px 0;
595
- margin-bottom:1px;
596
- text-align:right;
597
- float:right;
598
- }
599
-
600
- #TB_ajaxWindowTitle{
601
- float:left;
602
- padding:7px 0 5px 10px;
603
- margin-bottom:1px;
604
- font-size: 22px;
605
- }
606
-
607
- #TB_title{
608
- background-color: #6C8C22;
609
- color: #dedede;
610
- height:40px;
611
- }
612
- #TB_title a {
613
- color: white !important;
614
- border-bottom: 1px dotted #dedede;
615
- }
616
-
617
- #TB_ajaxContent{
618
- clear:both;
619
- padding:2px 15px 15px 15px;
620
- overflow:auto;
621
- text-align:left;
622
- line-height:1.4em;
623
- }
624
-
625
- #TB_ajaxContent.TB_modal{
626
- padding:15px;
627
- }
628
-
629
- #TB_ajaxContent p{
630
- padding:5px 0px 5px 0px;
631
- }
632
-
633
- #TB_load{
634
- position: fixed;
635
- display:none;
636
- height:13px;
637
- width:208px;
638
- z-index:103;
639
- top: 50%;
640
- left: 50%;
641
- margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
642
- }
643
-
644
- * html #TB_load { /* ie6 hack */
645
- position: absolute;
646
- margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
647
- }
648
-
649
- #TB_HideSelect{
650
- z-index:99;
651
- position:fixed;
652
- top: 0;
653
- left: 0;
654
- background-color:#fff;
655
- border:none;
656
- filter:alpha(opacity=0);
657
- -moz-opacity: 0;
658
- opacity: 0;
659
- height:100%;
660
- width:100%;
661
- }
662
-
663
- * html #TB_HideSelect { /* ie6 hack */
664
- position: absolute;
665
- height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
666
- }
667
-
668
- #TB_iframeContent{
669
- clear:both;
670
- border:none;
671
- margin-bottom:-1px;
672
- margin-top:1px;
673
- _margin-bottom:1px;
674
- }
675
-
676
- /* @end */
677
-
678
- /* @group Debugging Section */
679
-
680
- #debugging-toggle {
681
- text-align: center;
682
- }
683
- #debugging-toggle img {
684
- cursor: pointer;
685
- }
686
-
687
- #rdoc-debugging-section-dump {
688
- display: none;
689
- margin: 0 2em 2em;
690
- background: #ccc;
691
- border: 1px solid #999;
692
- }
693
-
694
-
695
-
696
- /* @end */