MCPcopy Create free account
hub / github.com/Icinga/icinga2 / OnAllConfigLoaded

Method OnAllConfigLoaded

lib/compat/compatlogger.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void CompatLogger::OnAllConfigLoaded()
41{
42 ObjectImpl<CompatLogger>::OnAllConfigLoaded();
43
44 Log(LogWarning, "CompatLogger")
45 << "This feature is DEPRECATED and will be removed in v2.18.";
46}
47
48/**
49 * @threadsafety Always.

Callers 1

CommitNewItemsMethod · 0.45

Calls 1

LogClass · 0.85

Tested by

no test coverage detected