|
SVCS - English Documentation
|
Service layer components and infrastructure services. More...
Classes | |
| struct | Event |
| Structure describing an event published by the VCS core. More... | |
| class | EventBus |
| A thread-safe implementation of ISubject for centralized event distribution. More... | |
| class | IObserver |
| The Observer Interface (Abstract Base Class). More... | |
| class | ISubject |
| The Subject (Publisher) Interface (Abstract Base Class). More... | |
| class | Logger |
| A thread-safe Singleton class responsible for logging system events. More... | |
Enumerations | |
| enum class | LogLevel { DEBUG = 0 , INFO = 1 , WARN = 2 , ERROR = 3 , FATAL = 4 } |
| Defines the severity levels for log messages. More... | |
Service layer components and infrastructure services.
Contains core infrastructure services including event system, notification mechanism, observer pattern implementation, and other cross-cutting concerns that support the VCS operations.
|
strong |
Defines the severity levels for log messages.
Used for filtering output based on the configured level.