Skip to content

Namespace tguf::detail

Namespace List > tguf > detail

Internal implementation details for the logging system.

Public Types

Type Name
enum LogLevel
Severity levels for log filtering and output.

Public Functions

Type Name
void log_impl (LogLevel level, std::string_view file, int line, std::string_view msg)
Core logging implementation. Formats and outputs the message to stderr with timestamp and file location.

Public Types Documentation

enum LogLevel

Severity levels for log filtering and output.

enum tguf::detail::LogLevel {
    DEBUG,
    INFO,
    WARN,
    ERROR
};

Public Functions Documentation

function log_impl

Core logging implementation. Formats and outputs the message to stderr with timestamp and file location.

inline void tguf::detail::log_impl (
    LogLevel level,
    std::string_view file,
    int line,
    std::string_view msg
) 


The documentation for this class was generated from the following file include/logging.h