SE_log_close

Closes the specified log file

Usage syntax

LONG SE_log_close (SE_CONNECTION connection, SE_LOG log);

Parameters
connection The connection handle
log The file descriptor of an open log file
Description

Closes a specified log file that was opened on a previous call to SE_log_open_log

Returns

SE_SUCCESS
SE_LOG_NOTOPEN

SE_LOG_IO_ERROR

SE_NET_FAILURE

SE_SDE_NOT_STARTED

Notes

∙ The extended error code is set to the value of errno when SE_LOG_NOTOPEN or SE_LOG_IO_ERROR is returned.