hnm_set_log_buffer()

Specify the log buffer for the hnm_log() function to use.

Synopsis:

#include <hnm/core.h>
 
void hnm_set_log_buffer(hnm_LogBufferId log_buffer)

Arguments:

log_buffer

The ID representing the log buffer that hnm_log() uses for output.

Library:

libhnm

Description:

The hnm_set_log_buffer() function sets the internal flag that specifies the target logging buffer for the log data emitted by hnm_log().

Returns:

Nothing.