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

Analysis partition for kcenon.logger module. More...

import kcenon.logger:core;
import <chrono>;
import <memory>;
import <string>;
import <unordered_map>;
import <vector>;
Include dependency graph for analysis.cppm:

Go to the source code of this file.

Classes

struct  kcenon::logger::analysis::analyzed_log_entry
 Log entry for analysis. More...
 
struct  kcenon::logger::analysis::analysis_stats
 Analysis result statistics. More...
 
class  kcenon::logger::analysis::log_analyzer
 Log analyzer for processing and analyzing log data. More...
 
class  kcenon::logger::analysis::analyzer_factory
 Factory for creating log analyzers. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::logger
 
namespace  kcenon::logger::analysis
 

Detailed Description

Analysis partition for kcenon.logger module.

Author
kcenon
Since
3.0.0

This partition exports log analysis utilities:

  • analyzed_log_entry: Structured log entry for analysis
  • analysis_stats: Statistical analysis results
  • log_analyzer: Log analysis engine
  • analyzer_factory: Factory for creating analyzers

The analysis module provides functionality for:

  • Filtering logs by level, time range, or content
  • Computing statistics (counts, rates, distributions)
  • Detecting error patterns
  • Generating summary reports

Definition in file analysis.cppm.