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