SVCS - English Documentation
Loading...
Searching...
No Matches
Utils.hxx File Reference

Utility functions for conditional debugging output. More...

#include <iostream>
#include <string>

Go to the source code of this file.

Namespaces

namespace  svcs::cli
 Command-line interface components and command implementations.

Functions

void svcs::cli::printDebug (const std::string &message)
 Conditionally prints a debug message to standard output.

Detailed Description

Utility functions for conditional debugging output.

This header defines the printDebug function, which provides a simple mechanism for logging debug messages to standard output only when the DEBUG_MODE preprocessor macro is defined.