aboutsummaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-01 15:09:03 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-01 15:09:03 +0100
commit24611c757318be124c01a6c335d116e7d1529554 (patch)
treee69b2645724f925c2441230332c59facbddee129 /img
parentcf6c883c5b09d2cd2d3f7a117b5ce2b31c92a00f (diff)
add design for global configuration manager + appendix log poc
Diffstat (limited to 'img')
-rw-r--r--img/class-config.puml14
-rw-r--r--img/poc-log.pngbin0 -> 12526 bytes
2 files changed, 14 insertions, 0 deletions
diff --git a/img/class-config.puml b/img/class-config.puml
new file mode 100644
index 0000000..72e5e6c
--- /dev/null
+++ b/img/class-config.puml
@@ -0,0 +1,14 @@
+@startuml
+!include theme.ipuml
+
+class Config <<singleton>> {
+ - Config()
+ + ~Config()
+ --
+ + get_instance() : Config & <<static>>
+ --
+ + log : struct ...
+ ...
+}
+
+@enduml
diff --git a/img/poc-log.png b/img/poc-log.png
new file mode 100644
index 0000000..12e2c61
--- /dev/null
+++ b/img/poc-log.png
Binary files differ