FreeRDP
Loading...
Searching...
No Matches
include/freerdp/log.h
1
20#ifndef FREERDP_LOG_H
21#define FREERDP_LOG_H
22
23#include <winpr/wlog.h>
24
25#define FREERDP_TAG(tag) "com.freerdp." tag
26#define SERVER_TAG(tag) FREERDP_TAG("server.") tag
27#define CLIENT_TAG(tag) FREERDP_TAG("client.") tag
28
29#endif /* FREERDP_UTILS_DEBUG_H */