|
static void | SettingOptionsLoggingComponentsFiller (const std::shared_ptr< const CSetting > &setting, std::vector< IntegerSettingOption > &list, int ¤t, void *data) |
|
template<typename... Args> |
static void | Log (int level, const std::string_view &format, Args &&... args) |
|
template<typename... Args> |
static void | Log (int level, uint32_t component, const std::string_view &format, Args &&... args) |
|
template<typename... Args> |
static void | Log (spdlog::level::level_enum level, const std::string_view &format, Args &&... args) |
|
template<typename... Args> |
static void | Log (spdlog::level::level_enum level, uint32_t component, const std::string_view &format, Args &&... args) |
|
◆ OnSettingChanged()
void CLog::OnSettingChanged |
( |
const std::shared_ptr< const CSetting > & |
setting | ) |
|
|
overridevirtual |
The value of the given setting has changed.
This callback is triggered whenever the value of a setting has been successfully changed (i.e. none of the OnSettingChanging() handlers) has reverted the change.
- Parameters
-
setting | The setting whose value has been changed |
Reimplemented from ISettingCallback.
◆ OnSettingsLoaded()
void CLog::OnSettingsLoaded |
( |
| ) |
|
|
overridevirtual |
Settings have been loaded.
This callback can be used to trigger loading other settings.
Reimplemented from ISettingsHandler.
The documentation for this class was generated from the following files:
- xbmc/utils/log.h
- xbmc/utils/log.cpp