MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / Log

Method Log

compendium/ConfigurationAdmin/src/CMLogger.cpp:87–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 void
88 CMLogger::Log(logservice::SeverityLevel level, std::string const& message)
89 {
90 auto currLogger = std::atomic_load(&logService);
91 if (currLogger)
92 {
93 currLogger->Log(level, message);
94 }
95 }
96
97 void
98 CMLogger::Log(logservice::SeverityLevel level, std::string const& message, const std::exception_ptr ex)

Callers 15

CMBundleExtensionMethod · 0.45
~CMBundleExtensionMethod · 0.45
handleUpdatedExceptionFunction · 0.45
notifyServiceRemovedFunction · 0.45
GetConfigurationMethod · 0.45
AddConfigurationsMethod · 0.45
RemoveConfigurationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected