Skip to content
makr-code edited this page Dec 21, 2025 · 1 revision

logger.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/utils/logger.cpp

Purpose: Application logging utilities and integration with tracing.

Public functions / symbols:

  • switch (level) {
  • catch (const spdlog::spdlog_ex& ex) {
  • if (logger_) {
  • if (!logger_) {
  • switch (lvl) {
  • init(); // Auto-initialize with defaults
  • init();

Clone this wiki locally