Definitions in core.h

Preprocessor macro definitions for the core.h header file in the libhnm library.

Definitions:

#define hnm_dbg hnm_log( _SLOG_DEBUG1, fmt, ##__VA_ARGS__ )

This macro implements a log function for debug information.

#define hnm_err hnm_log( _SLOG_ERROR, fmt, ##__VA_ARGS__ )

This macro implements a log function for errors.

#define hnm_info hnm_log( _SLOG_INFO, fmt, ##__VA_ARGS__ )

This macro implements a log function for general information.

#define DEFAULT_VERBOSITY _SLOG_ERROR

This literal specifies the default verbosity level used by the log function.

Library:

libhnm