diff options
Diffstat (limited to 'img')
-rw-r--r-- | img/class-config.puml | 14 | ||||
-rw-r--r-- | img/poc-log.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..12e2c61 --- /dev/null +++ b/img/poc-log.png |