|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|

Directories | |
| crash_protection | |
Files | |
| adapter_pattern_poc.cpp | |
| Proof-of-concept for adapter pattern refactoring. | |
| advanced_features_demo.cpp | |
| Demonstrates advanced logging features including filtering and writers. | |
| basic_usage.cpp | |
| Basic logger usage examples covering core logging functionality. | |
| composite_writer_example.cpp | |
| Example demonstrating the new composite writer architecture. | |
| critical_logging_example.cpp | |
| Example demonstrating critical log loss prevention mechanisms. | |
| custom_writer_example.cpp | |
| Example demonstrating how to create custom writers using thread_safe_writer. | |
| decorator_usage.cpp | |
| Comprehensive decorator pattern usage examples. | |
| di_pattern_example.cpp | |
| Dependency Injection pattern example for logger_system Phase 4. | |
| distributed_logging_demo.cpp | |
| Distributed logging with network writers, log server, and real-time analysis. | |
| logger_config_builder_example.cpp | |
| Logger configuration builder usage with preset profiles and validation. | |
| metrics_demo.cpp | |
| Logger performance metrics collection and multi-threaded throughput test. | |
| monitoring_integration_example.cpp | |
| Advanced monitoring integration example for Phase 4. | |
| security_demo.cpp | |
| Security-focused logging with sanitization, encryption, and audit trails. | |
| structured_logging_example.cpp | |
| Demonstrates structured logging features introduced in Phase 3.0. | |
| writer_builder_example.cpp | |
| Demonstrates writer_builder usage patterns. | |