This is the complete list of members for Logging_impl, including all inherited members.
_logger | Logging_impl | protected |
_loggingMacros | Logging_impl | protected |
_logLevel | Logging_impl | protected |
_logName | Logging_impl | protected |
getLogConfig() | Logging_impl | |
getLogger() | Logging_impl | |
getLogger(const std::string &logger_name, const bool assignToResource=false) | Logging_impl | |
log_level() | Logging_impl | |
log_level(const CF::LogLevel newLevel) | Logging_impl | |
LogConfigCallbackFn typedef | Logging_impl | |
LogConfigListenerPtr typedef | Logging_impl | protected |
Logging_impl() | Logging_impl | |
LogLevelCallbackFn typedef | Logging_impl | |
LogLevelListenerPtr typedef | Logging_impl | protected |
retrieve_records(CORBA::ULong &howMany, CORBA::ULong startingRecord) | Logging_impl | |
retrieve_records_by_date(CORBA::ULong &howMany, CORBA::ULongLong to_timeStamp) | Logging_impl | |
retrieve_records_from_date(CORBA::ULong &howMany, CORBA::ULongLong from_timeStamp) | Logging_impl | |
saveLoggingContext(const std::string &url, int loglevel, ossie::logging::ResourceCtxPtr ctx) | Logging_impl | |
setLogConfig(const char *config_contents) | Logging_impl | |
setLogConfigCallback(LogConfigListener *func) | Logging_impl | protectedvirtual |
setLogConfigCallback(LogConfigCallbackFn func) | Logging_impl | protectedvirtual |
setLogConfigListener(T &target, void(T::*func)(const char *config_data)) | Logging_impl | inlineprotected |
setLogConfigListener(T *target, void(T::*func)(const char *config_data)) | Logging_impl | inlineprotected |
setLogConfigURL(const char *config_url) | Logging_impl | |
setLoggingContext(ossie::logging::ResourceCtxPtr ctx) | Logging_impl | |
setLoggingContext(const std::string &url, int loglevel, ossie::logging::ResourceCtxPtr ctx) | Logging_impl | |
setLoggingMacros(ossie::logging::MacroTable &tbl, bool applyCtx) | Logging_impl | |
setLogLevel(const char *logger_id, const CF::LogLevel newLevel) | Logging_impl | |
setLogLevelCallback(LogLevelListener *func) | Logging_impl | protectedvirtual |
setLogLevelCallback(LogLevelCallbackFn func) | Logging_impl | protectedvirtual |
setLogLevelListener(T &target, void(T::*func)(const char *logid, const CF::LogLevel &level)) | Logging_impl | inlineprotected |
setLogLevelListener(T *target, void(T::*func)(const char *logid, const CF::LogLevel &level)) | Logging_impl | inlineprotected |
setResourceContext(ossie::logging::ResourceCtxPtr ctx) | Logging_impl | |
~Logging_impl() | Logging_impl | inlinevirtual |