|
Common System 0.2.0
Common interfaces and patterns for system integration
|
SystemBootstrapper implementation for runtime binding. More...
#include "../interfaces/global_logger_registry.h"#include "../di/service_container.h"#include "../patterns/result.h"#include <functional>#include <memory>#include <mutex>#include <string>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::common::bootstrap::SystemBootstrapper |
| Fluent API for system initialization and logger registration. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::common |
| Core interfaces. | |
| namespace | kcenon::common::bootstrap |
SystemBootstrapper implementation for runtime binding.
This header provides a fluent API for system initialization at the application level. It integrates with GlobalLoggerRegistry to provide centralized logger management and supports initialization/shutdown hooks for lifecycle management.
Thread Safety:
RAII Support:
Usage Example:
Definition in file system_bootstrapper.h.