Output channels#

Output channels.

Macros#

#define

Output channel for Debug messages.

#define

Output channel for Info messages.

#define

Output channel for Warning messages.

#define

Output channel for Error messages.

Macro Definition Documentation#

ZW_LOG_CHANNEL_DEBUG#

#define ZW_LOG_CHANNEL_DEBUG
Value:
""

Output channel for Debug messages.

stdout, stderr, or an empty string for no output


ZW_LOG_CHANNEL_INFO#

#define ZW_LOG_CHANNEL_INFO
Value:
"stdout"

Output channel for Info messages.

stdout, stderr, or an empty string for no output


ZW_LOG_CHANNEL_WARNING#

#define ZW_LOG_CHANNEL_WARNING
Value:
""

Output channel for Warning messages.

stdout, stderr, or an empty string for no output


ZW_LOG_CHANNEL_ERROR#

#define ZW_LOG_CHANNEL_ERROR
Value:
"stderr"

Output channel for Error messages.

stdout, stderr, or an empty string for no output