Apache Log4cxx
Version 1.3.0
|
This is the complete list of members for log4cxx::MDC, including all inherited members.
clear() | log4cxx::MDC | static |
get(const std::string &key) | log4cxx::MDC | static |
get(const LogString &key, LogString &dest) | log4cxx::MDC | static |
get(const std::wstring &key) | log4cxx::MDC | static |
get(const std::basic_string< UniChar > &key) | log4cxx::MDC | static |
get(const CFStringRef &key) | log4cxx::MDC | static |
Map typedef | log4cxx::MDC | |
MDC(const std::string &key, const std::string &value) | log4cxx::MDC | |
MDC(const std::wstring &key, const std::wstring &value) | log4cxx::MDC | |
MDC(const std::basic_string< UniChar > &key, const std::basic_string< UniChar > &value) | log4cxx::MDC | |
MDC(const CFStringRef &key, const CFStringRef &value) | log4cxx::MDC | |
put(const std::string &key, const std::string &value) | log4cxx::MDC | static |
put(const std::wstring &key, const std::wstring &value) | log4cxx::MDC | static |
put(const std::basic_string< UniChar > &key, const std::basic_string< UniChar > &value) | log4cxx::MDC | static |
put(const CFStringRef &key, const CFStringRef &value) | log4cxx::MDC | static |
putLS(const LogString &key, const LogString &value) | log4cxx::MDC | static |
remove(const std::string &key) | log4cxx::MDC | static |
remove(const std::wstring &key) | log4cxx::MDC | static |
remove(const std::basic_string< UniChar > &key) | log4cxx::MDC | static |
remove(const CFStringRef &key) | log4cxx::MDC | static |
remove(const LogString &key, LogString &prevValue) | log4cxx::MDC | static |
~MDC() | log4cxx::MDC |