SE_log_delete

Deletes a logfile.

Usage syntax

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

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

SE_log_delete deletes the specified logfile.

Returns

SE_SUCCESS
SE_FAILURE

SE_LOG_IO_ERROR

SE_LOG_NOEXIST

SE_NET_FAILURE

SE_SDE_NOT_STARTED

Notes

• 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.