| SE_log_delete |
Deletes a logfile.
LONG SE_log_delete (SE_CONNECTION connection, const CHAR *logfile);
| connection | The connection handle |
| logfile | The name of the logfile to delete. Must be a simple logfile name. |
SE_log_delete deletes the specified logfile.
SE_SUCCESS
SE_FAILURE
SE_LOG_IO_ERROR
SE_LOG_NOEXIST
SE_NET_FAILURE
SE_SDE_NOT_STARTED
• Callers may only delete logfiles 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 logfile directory for the user. The logfile must not be opened.