FreeRDP
winpr/libwinpr/log.h
1 
20 #ifndef WINPR_LOG_PRIV_H
21 #define WINPR_LOG_PRIV_H
22 
23 #include <winpr/wlog.h>
24 
25 #define WINPR_TAG(tag) "com.winpr." tag
26 
27 #endif /* WINPR_UTILS_DEBUG_H */