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

Basic monitoring implementation with no external dependencies. More...

#include "monitoring_interface.h"
#include <mutex>
#include <memory>
#include <atomic>
#include <vector>
#include <unordered_map>
#include <chrono>
#include <algorithm>
#include <cstdint>
Include dependency graph for basic_monitor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::logger::basic_monitor
 Basic monitoring implementation. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::logger
 

Detailed Description

Basic monitoring implementation with no external dependencies.

This provides a lightweight monitoring implementation that tracks essential metrics without requiring any external monitoring framework.

Definition in file basic_monitor.h.