FreeRDP
Loading...
Searching...
No Matches
include/freerdp/channels/log.h
1
20#ifndef FREERDP_CHANNELS_LOG_H
21#define FREERDP_CHANNELS_LOG_H
22
23#include <winpr/wlog.h>
24#include <freerdp/log.h>
25
26#define CHANNELS_TAG(tag) FREERDP_TAG("channels.") tag
27
28#ifdef __cplusplus
29extern "C"
30{
31#endif
32#ifdef __cplusplus
33}
34#endif
35#endif /* FREERDP_UTILS_DEBUG_H */