Add some drawings
This commit is contained in:
parent
d48e33e771
commit
072cd92888
3 changed files with 20 additions and 0 deletions
20
drawings/lead/styleguide_logging.puml
Normal file
20
drawings/lead/styleguide_logging.puml
Normal file
|
@ -0,0 +1,20 @@
|
|||
@startuml
|
||||
start
|
||||
if (Для кого я пишу лог?) then (Для разработчиков)
|
||||
:DEBUG;
|
||||
stop
|
||||
else (Для системных операторов)
|
||||
if (Я пишу лог\nпотому-что получено\nнежелательное состояние системы?) then (Да)
|
||||
if (Может процесс продолжить\nвыполнение с\nнежелательным состоянием?) then (Да)
|
||||
:WARNING;
|
||||
stop
|
||||
else (Нет)
|
||||
:ERROR;
|
||||
stop
|
||||
endif
|
||||
else (Нет)
|
||||
:INFO;
|
||||
stop
|
||||
endif
|
||||
endif
|
||||
@enduml
|
0
drawings/smc/logs/logs_parsing.puml
Normal file
0
drawings/smc/logs/logs_parsing.puml
Normal file
0
grpc/flow.puml
Normal file
0
grpc/flow.puml
Normal file
Loading…
Reference in a new issue