SE_log_close |
Closes the specified log file
LONG SE_log_close (SE_CONNECTION connection, SE_LOG log);
connection | The connection handle |
log | The file descriptor of an open log file |
Closes a specified log file that was opened on a previous call to SE_log_open_log
SE_SUCCESS
SE_LOG_NOTOPEN
SE_LOG_IO_ERROR
SE_NET_FAILURE
SE_SDE_NOT_STARTED
∙ The extended error code is set to the value of errno when SE_LOG_NOTOPEN or SE_LOG_IO_ERROR is returned.