| 38 | } |
| 39 | |
| 40 | void 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. |