hnm_log_buffer_id

Enumeration of log buffer IDs.

Synopsis:

#include <hnm/core.h>
 
typedef enum hnm_log_buffer_id{
      HNM_LOG_SLOG == 0   
      HNM_LOG_STDOUT   
} hnm_LogBufferId;

Data:

HNM_LOG_SLOG

Sets the system log as the target buffer.

HNM_LOG_STDOUT

Sets the standard output stream as the target buffer.

Library:

libhnm

Description:

The HNM_LOG_SLOG and HNM_LOG_STDOUT flags specify the target buffer for logging.