Версия 1.4 от Alexandr Fokin на 2023/12/15 13:38

Последние авторы
1 | |Структурированное логирование
2 Structured log
3 | |Benefits of Structured Logging vs basic logging
4 [[https:~~/~~/softwareengineering.stackexchange.com/questions/312197/benefits-of-structured-logging-vs-basic-logging>>https://softwareengineering.stackexchange.com/questions/312197/benefits-of-structured-logging-vs-basic-logging]]
5 | |Message Templates
6 [[https:~~/~~/messagetemplates.org>>url:https://messagetemplates.org/]]
7 | |
8
9 ----
10
11 ==== Внутренние ссылки: ====
12
13 ====== Дочерние страницы: ======
14
15 {{children/}}
16
17 ====== Обратные ссылки: ======
18
19 {{velocity}}
20 #set ($links = $doc.getBacklinks())
21 #if ($links.size() > 0)
22 #foreach ($docname in $links)
23 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
24 * [[$escapetool.xml($rdoc.fullName)]]
25 #end
26 #else
27 No back links for this page!
28 #end
29 {{/velocity}}
30
31 ----