Output channels#
Output channels.
Macros#
#define
Output channel for Debug messages.
#define
ZW_LOG_CHANNEL_INFO "stdout"
Output channel for Info messages.
#define
Output channel for Warning messages.
#define
ZW_LOG_CHANNEL_ERROR "stderr"
Output channel for Error messages.
Macro Definition Documentation#
ZW_LOG_CHANNEL_DEBUG#
#define ZW_LOG_CHANNEL_DEBUGValue:
""
Output channel for Debug messages.
stdout, stderr, or an empty string for no output
ZW_LOG_CHANNEL_INFO#
#define ZW_LOG_CHANNEL_INFOValue:
"stdout"
Output channel for Info messages.
stdout, stderr, or an empty string for no output
ZW_LOG_CHANNEL_WARNING#
#define ZW_LOG_CHANNEL_WARNINGValue:
""
Output channel for Warning messages.
stdout, stderr, or an empty string for no output
ZW_LOG_CHANNEL_ERROR#
#define ZW_LOG_CHANNEL_ERRORValue:
"stderr"
Output channel for Error messages.
stdout, stderr, or an empty string for no output