Implements the LoggerProxy class for forwarding log messages in ASAPCabinetFE. More...
#include "log/logging.h"
#include "log/logger.h"
#include <string>
#include <algorithm>
#include <filesystem>
Implements the LoggerProxy class for forwarding log messages in ASAPCabinetFE.
This file provides the implementation of LoggerProxy, which forwards log messages to the Logger singleton, adding context (function, file, line) to each message.