Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 123456]
  docs
 adr
 advanced
 contributing
 guides
 integration
 performance
  examples
  crash_protection
 main.cppLogger crash protection demonstration
 adapter_pattern_poc.cppProof-of-concept for adapter pattern refactoring
 advanced_features_demo.cppDemonstrates advanced logging features including filtering and writers
 basic_usage.cppBasic logger usage examples covering core logging functionality
 composite_writer_example.cppExample demonstrating the new composite writer architecture
 critical_logging_example.cppExample demonstrating critical log loss prevention mechanisms
 custom_writer_example.cppExample demonstrating how to create custom writers using thread_safe_writer
 decorator_usage.cppComprehensive decorator pattern usage examples
 di_pattern_example.cppDependency Injection pattern example for logger_system Phase 4
 distributed_logging_demo.cppDistributed logging with network writers, log server, and real-time analysis
 logger_config_builder_example.cppLogger configuration builder usage with preset profiles and validation
 metrics_demo.cppLogger performance metrics collection and multi-threaded throughput test
 monitoring_integration_example.cppAdvanced monitoring integration example for Phase 4
 security_demo.cppSecurity-focused logging with sanitization, encryption, and audit trails
 structured_logging_example.cppDemonstrates structured logging features introduced in Phase 3.0
 writer_builder_example.cppDemonstrates writer_builder usage patterns
  include
  kcenon
  logger
  src
  core
 log_collector.cppAsynchronous log collector implementation with jthread compatibility
 log_context_scope.cpp
 logger.cpp
 logger_context.cpp
 logger_metrics.cppLogger metrics implementation
 logger_registry.cpp
 scoped_context_guard.cpp
 signal_manager_context.cpp
 unified_log_context.cpp
  impl
  async
  filters
  memory
  monitoring
  writers
  integration
 executor_integration.cppImplementation of IExecutor-based integration
 standalone_executor.cppImplementation of standalone IExecutor
 thread_system_integration.cppImplementation of optional thread_system integration
  modules
 analysis.cppmAnalysis partition for kcenon.logger module
 backends.cppmBackends partition for kcenon.logger module
 core.cppmCore partition for kcenon.logger module
 logger.cppmPrimary module interface for kcenon.logger
  sampling
 log_sampler.cpp
  security
 signal_manager.cpp