SE_log_delete

Deletes a log file

Usage syntax

LONG SE_log_delete (SE_CONNECTION connection, const CHAR *logfile);

Parameters
connection The connection handle
logfile The name of the log file to delete. Must be a simple log file name.
Description

SE_log_delete deletes the specified log file.

Returns

SE_SUCCESS
SE_FAILURE

SE_LOG_IO_ERROR

SE_LOG_NOEXIST

SE_NET_FAILURE

SE_SDE_NOT_STARTED

Notes

∙ Callers may only delete log files created using their own login. FAILURE is returned if ArcSDE is unable to obtain the user’s login name. This name is tied to the log file directory for the user. The log file must not be open.