Sha256: 6efc7919530ad2384eff2f5219b6592af51b1684030e26502fce927e7f8ce4db
Contents?: true
Size: 1.97 KB
Versions: 1
Compression:
Stored size: 1.97 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title>File: GDC.rb [1.1.7 Log4r API]</title> <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" /> <script src="../js/jquery.js" type="text/javascript" charset="utf-8"></script> <script src="../js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script> <script src="../js/quicksearch.js" type="text/javascript" charset="utf-8"></script> <script src="../js/darkfish.js" type="text/javascript" charset="utf-8"></script> </head> <body class="file file-popup"> <div id="metadata"> <dl> <dt class="modified-date">Last Modified</dt> <dd class="modified-date">Tue Feb 02 21:11:40 -0800 2010</dd> <dt class="requires">Requires</dt> <dd class="requires"> <ul> <li>monitor</li> </ul> </dd> </dl> </div> <div id="documentation"> <div class="description"> <h2>Description</h2> <h1>GDC</h1> <p> The GDC class implements a copy of the Global Diagnostic Context, which is not part of the Apache Log4j library, as of this writing (10 Jan 2009). </p> <p> The GDC is like the NDC and MDC classes, only it is global to the application (see NDC and MDC for details on those classes). </p> <p> The GDC is local to the main thread, and any new threads will return the value of the current GDC set in the main thread. </p> <p> Only the main thread can set the GDC, any other threads that attempt to will raise an exception. </p> <h2>Other Info</h2> <table> <tr><td valign="top">Version:</td><td>$Id: GDC.rb,v 1.4 2010/02/03 05:11:40 colbygk Exp $ </td></tr> <tr><td valign="top">Author:</td><td>Colby Gutierrez-Kraybill <colby(at)astro.berkeley.edu> </td></tr> </table> </div> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
log4r-1.1.7 | doc/rdoc/Log4r/GDC_rb.html |