Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
deployment_strategy.h File Reference

Deployment environment configuration strategies. More...

Include dependency graph for deployment_strategy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::logger::deployment_strategy
 Configuration strategy based on deployment environment. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::logger
 

Enumerations

enum class  kcenon::logger::deployment_env { kcenon::logger::development , kcenon::logger::staging , kcenon::logger::production , kcenon::logger::testing }
 Deployment environment types. More...
 

Detailed Description

Deployment environment configuration strategies.

Since
2.0.0

Provides pre-configured settings optimized for different deployment environments:

  • development: Verbose logging, colors, immediate output
  • staging: JSON format, file + console, rotation enabled
  • production: Optimized, warning+, crash protection
  • testing: Memory buffer, synchronous, full capture

Definition in file deployment_strategy.h.