#include <stdarg.h>
Go to the source code of this file.
|
| #define | LWDEBUG(level, msg) ((void) 0) |
| |
| #define | LWDEBUGF(level, msg, ...) ((void) 0) |
| |
| #define | LWDEBUGG(level, geom, msg) ((void) 0) |
| |
| #define | LWDEBUGGF(level, geom, fmt, ...) ((void) 0) |
| |
|
| void | lwnotice (const char *fmt,...) __attribute__((format(printf |
| | Write a notice out to the notice handler.
|
| |
| void void | lwerror (const char *fmt,...) __attribute__((format(printf |
| | Write a notice out to the error handler.
|
| |
| void void void | lwdebug (int level, const char *fmt,...) __attribute__((format(printf |
| | Write a debug message out.
|
| |