Sha256: 3ada195f031bce35b9d12436f12d4faca4c4c0699ae1747073216276266b237d
Contents?: true
Size: 503 Bytes
Versions: 133
Compression:
Stored size: 503 Bytes
Contents
= GDC 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). 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). 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. Only the main thread can set the GDC, any other threads that attempt to will raise an exception.
Version data entries
133 entries across 95 versions & 16 rubygems