slog2_close_log()

Close a system logger file

Synopsis:

#include <slog2_parse.h>

void slog2_close_log( slog2_log_t log );

Arguments:

log
A log handle previously returned by slog2_open_log().

Library:

libslog2parse

Use the -l slog2parse option to qcc to link against this library.

Description:

The slog2_close_log() function closes a log file that you earlier opened for parsing.

Examples:

See slog2_parse_static_buffer().

Classification:

QNX Neutrino

Safety:  
Cancellation point No
Interrupt handler No
Signal handler No
Thread Yes