> **Note**
>
-> This feature is DEPRECATED and will be removed in Icinga 2 v2.10.
+> This feature is DEPRECATED and will be removed in Icinga 2 v2.11.
Icinga 1.x writes object configuration data and status data in a cyclic
interval to its `objects.cache` and `status.dat` files. Icinga 2 provides
> **Note**
>
-> This feature is DEPRECATED and will be removed in Icinga 2 v2.10.
+> This feature is DEPRECATED and will be removed in Icinga 2 v2.11.
The Icinga 1.x log format is considered being the `Compat Log`
in Icinga 2 provided with the `CompatLogger` object.
<< "'" << GetName() << "' started.";
Log(LogWarning, "CompatLogger")
- << "The CompatLogger feature is DEPRECATED and will be removed in Icinga v2.10.";
+ << "The CompatLogger feature is DEPRECATED and will be removed in Icinga v2.11.";
Checkable::OnNewCheckResult.connect(std::bind(&CompatLogger::CheckResultHandler, this, _1, _2));
Checkable::OnNotificationSentToUser.connect(std::bind(&CompatLogger::NotificationSentHandler, this, _1, _2, _3, _4, _5, _6, _7, _8));
<< "'" << GetName() << "' started.";
Log(LogWarning, "StatusDataWriter")
- << "The StatusDataWriter feature is DEPRECATED and will be removed in Icinga v2.10.";
+ << "The StatusDataWriter feature is DEPRECATED and will be removed in Icinga v2.11.";
m_ObjectsCacheOutdated = true;