<< Previous | Next >>

log_close

int log_close( LogDestClass ldc );

Description

Close the specified class, enumerating all streams. If the destination class is already closed, returns success.

NOTE Please see the comments at the top of log.lib for a description of the message logging subsystem.

Parameter

ldc
Destination class. Use one of the constants LOG_DEST_FS2, LOG_DEST_XMEM, LOG_DEST_UDP or LOG_DEST_ALL. The latter case closes all open destinations.

Return Value

0: success

Library

log.lib


Dynamic C Functions << Previous | Next >> rabbit.com