ReactOS 0.4.16-dev-927-g467dec4
|
#include <reactos/debug.h>
Go to the source code of this file.
Macros | |
#define | ERR(fmt, ...) ERR__(DPFLTR_DISK_ID, fmt, ##__VA_ARGS__) |
#define | WARN(fmt, ...) WARN__(DPFLTR_DISK_ID, fmt, ##__VA_ARGS__) |
#define | TRACE(fmt, ...) TRACE__(DPFLTR_DISK_ID, fmt, ##__VA_ARGS__) |
#define | INFO(fmt, ...) INFO__(DPFLTR_DISK_ID, fmt, ##__VA_ARGS__) |
#define ERR | ( | fmt, | |
... | |||
) | ERR__(DPFLTR_DISK_ID, fmt, ##__VA_ARGS__) |
#define TRACE | ( | fmt, | |
... | |||
) | TRACE__(DPFLTR_DISK_ID, fmt, ##__VA_ARGS__) |