SE_log_delete |
Deletes a log file
LONG SE_log_delete (SE_CONNECTION connection, const CHAR *logfile);
connection | The connection handle |
logfile | The name of the log file to delete. Must be a simple log file name. |
SE_log_delete deletes the specified log file.
SE_SUCCESS
SE_FAILURE
SE_LOG_IO_ERROR
SE_LOG_NOEXIST
SE_NET_FAILURE
SE_SDE_NOT_STARTED
∙ Callers may only delete log files created using their own login. FAILURE is returned if ArcSDE is unable to obtain the users login name. This name is tied to the log file directory for the user. The log file must not be open.