History log of /external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31212435723e2dfd5d6716d1f6a7b0e66a1e6b38 26-Mar-2015 Ceki Gulcu <ceki@qos.ch> Reformat all code with the exception of the slf4j-android module to use 4 space indentation and max line width of 160.
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java
9e3e9a34f6264e466010982bc9df14287b692abb 17-Feb-2014 Otávio Garcia <otavio@otavio.com.br> Using generics with collections when possible
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java
7ba0605dc97fb81bde8311510d27b3ccba170008 16-Oct-2011 Ceki Gulcu <ceki@qos.ch> update license headers to current year
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java
88c4c456766193e012eb890e2208473d99b91f83 03-Dec-2009 Ceki Gulcu <ceki@qos.ch> setting autocrlf = true on windows - no logical changes
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java
90556267d345299e44efab8aa7416335df8d36db 03-Jun-2008 Ceki Gulcu <ceki@qos.ch> - added the setContextMap(Map) method to MDCAdapter interface as well as the MDC class
as requested in bug 84.
- minor changes to SLF4JBridgeHandler
- added clirr plugin to slf4j-api module
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java
d75c39666137e1fe6bc3304a3fd4437b755d2341 27-May-2008 Ceki Gulcu <ceki@qos.ch> - update to logj dependency to 1.2.14
- renamed getCopyOfPropertyMap to getCopyOfContextMap in MDCAdapter and co.
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java
a9d61e00436b38fb1bcce1616063bf7d7ac7a791 27-May-2008 Ceki Gulcu <ceki@qos.ch> - Added a new method called getCopyOfPropertyMap to the MDCAdapter and MDC classes.
This was requested in bug report 84.

http://bugzilla.slf4j.org/show_bug.cgi?id=84
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java
5b71c9b962bf1cef9eea9f3b1bff6dc9e84250d5 15-Jan-2008 Ceki Gulcu <ceki@qos.ch> - formatting changes
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java
c14d534c48473b2b6d69717be0bc1851d386a60d 15-Jan-2008 Ceki Gulcu <ceki@qos.ch> - added missing copyright
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java
beafcf505970dd699c69d11b99526cc19f2e9c58 20-Aug-2007 Ceki Gulcu <ceki@qos.ch> MDCAdapter.remove method does nothing if there is no previous value
associated with 'key'.
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java
fd1d1c08ce7638bc174f457d5f0a9ea4713c1d1c 20-Aug-2007 Ceki Gulcu <ceki@qos.ch> - fixing bug 58. In the MDC class, put, get and remove cannot take a null key. In, MDC.put(key, value), the value can be null only if the underlying MDC supports it. Log4j does not accept null values for the 'val' parameter, whereas logback does accept null for the 'val' parameter.
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java
3f4e079e373e2a475631b45948f54f77497576fa 02-Jul-2007 Ceki Gulcu <ceki@qos.ch> started work on MDC abstraction
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/MDCAdapter.java