Home
last modified time | relevance | path

Searched refs:getMDC (Results 1 – 25 of 25) sorted by relevance

/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dpropertiespatternconverter.cpp79 event->getMDC(*iter, toAppendTo); in format()
88 event->getMDC(option, toAppendTo); in format()
H A Dmapfilter.cpp66 event->getMDC(it->first, curval); in decide()
H A Dxmllayout.cpp123 if (event->getMDC(key, value)) in format()
H A Dloggingevent.cpp113 bool LoggingEvent::getMDC(const LogString& key, LogString& dest) const in getMDC() function in LoggingEvent
H A Djsonlayout.cpp260 event->getMDC(*it, value); in appendSerializedMDC()
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/pattern/
H A DPropertiesPatternConverter.java85 Object val = event.getMDC(item.toString()); in format()
97 Object val = event.getMDC(option); in format()
H A DLogEvent.java318 Object getMDC(String key) { in getMDC() method in LogEvent
522 Object value = getMDC(key); in getProperty()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/include/dcmtk/oflog/spi/
H A Dlogevent.h141 mdc = log4cplus::getMDC().getContext (); in getMDCCopy()
147 tstring const & getMDC (tstring const & key) const;
/dports/devel/log4cplus/log4cplus-1.1.2/include/log4cplus/spi/
H A Dloggingevent.h139 mdc = log4cplus::getMDC().getContext (); in getMDCCopy()
145 tstring const & getMDC (tstring const & key) const;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/log4php/helpers/
H A DLoggerMDCPatternConverter.php48 return $event->getMDC($this->key);
/dports/devel/log4cplus/log4cplus-1.1.2/include/log4cplus/
H A Dmdc.h71 LOG4CPLUS_EXPORT MDC & getMDC ();
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/include/dcmtk/oflog/
H A Dmdc.h73 DCMTK_LOG4CPLUS_EXPORT MDC & getMDC ();
/dports/devel/log4cplus/log4cplus-1.1.2/tests/patternlayout_test/
H A Dmain.cxx28 log4cplus::getMDC ().put (LOG4CPLUS_TEXT ("key"), in main()
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/spi/
H A DLoggingEvent.java328 Object getMDC(String key) { in getMDC() method in LoggingEvent
544 Object value = getMDC(key); in getProperty()
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/spi/
H A Dloggingevent.h169 bool getMDC(const LogString& key, LogString& dest) const;
/dports/devel/slf4j/slf4j-1.7.21/slf4j-ext/src/test/java/org/slf4j/dummyExt/
H A DEventLoggerTest.java103 assertEquals(event.getMDC("hostname"), "localhost"); in testEventLogger()
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/xml/
H A DXMLLayout.java191 Object val = event.getMDC(key); in format()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/log4php/
H A DLoggerLoggingEvent.php254 public function getMDC($key) { function in LoggerLoggingEvent
/dports/devel/log4cplus/log4cplus-1.1.2/src/
H A Dloggingevent.cxx201 InternalLoggingEvent::getMDC (tstring const & key) const in getMDC() function in log4cplus::spi::InternalLoggingEvent
H A Dglobal-init.cxx186 getMDC () in getMDC() function
H A Dpatternlayout.cxx624 result = event.getMDC (key); in convert()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/libsrc/
H A Dlogevent.cc212 InternalLoggingEvent::getMDC (tstring const & key) const in getMDC() function in dcmtk::log4cplus::spi::InternalLoggingEvent
H A Dglobinit.cc204 getMDC () in getMDC() function
H A Dpatlay.cc605 result = event.getMDC (key); in convert()
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/helpers/
H A DPatternParser.java479 Object val = event.getMDC(key); in convert()