Searched defs:MDC (Results 1 - 13 of 13) sorted by relevance

/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DMDC.java22 public class MDC { class
25 org.slf4j.MDC.put(key, value);
37 return org.slf4j.MDC.get(key);
41 org.slf4j.MDC.remove(key);
45 org.slf4j.MDC.clear();
56 Map map = org.slf4j.MDC.getCopyOfContextMap();
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
H A DMDC.java38 * system's MDC implementation.
41 * If the underlying logging system offers MDC functionality, then SLF4J's MDC,
42 * i.e. this class, will delegate to the underlying system's MDC. Note that at
43 * this time, only two logging systems, namely log4j and logback, offer MDC
44 * functionality. For java.util.logging which does not support MDC,
49 * Thus, as a SLF4J user, you can take advantage of MDC in the presence of log4j,
54 * For more information on MDC please see the <a
55 * href="http://logback.qos.ch/manual/mdc.html">chapter on MDC</a> in the
64 public class MDC { class
85 private MDC() { method in class:MDC
[all...]
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-over-slf4j-1.4.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Category ...
H A Dslf4j-api-1.4.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/clang/lib/AST/
H A DDeclBase.cpp262 Decl::MultipleDC *MDC = new (Ctx) Decl::MultipleDC(); local
263 MDC->SemanticDC = SemaDC;
264 MDC->LexicalDC = LexicalDC;
265 DeclCtx = MDC;
/external/jetty/lib/
H A Dslf4j-api-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
/external/slf4j/integration/lib/
H A Dslf4j-api-1.5.11.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
H A Dslf4j-api-1.6.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
H A Dslf4j-api-1.6.99.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
H A Dslf4j-api-2.0.99.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 215 milliseconds