winprefs v0.3.2
A registry exporter for programmers.
Loading...
Searching...
No Matches
Functions
debug.h File Reference
#include "macros.h"
+ Include dependency graph for debug.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void debug_print (const wchar_t *format,...)
 Print only when debug logging is enabled.
 
DLL_EXPORT void set_debug_print_enabled (bool enabled)
 Enable or disable debug printing.
 

Function Documentation

◆ debug_print()

void debug_print ( const wchar_t * format,
... )

Print only when debug logging is enabled.

Parameters
formatFormat string.

Definition at line 4 of file debug.c.

◆ set_debug_print_enabled()

DLL_EXPORT void set_debug_print_enabled ( bool enabled)

Enable or disable debug printing.

Parameters
enabledFlag.

Definition at line 12 of file debug.c.