SE_log_set_type

Obsolete. Sets the log file type to persistent or temporary.

Usage syntax

LONG SE_log_set_type (SE_CONNECTION connection, const CHAR *logfile, LONG type);

Parameters
connection The connection handle
logfile The name of the logfile. The name must be a simple logfile name.
type The type is either SE_LOG_PERSISTENT or SE_LOG_TEMPORARY.
Description

SE_log_set_type changes the persistence of an existing log file to either temporary or persistent. Persistent log files remain after an ArcSDE session ends; temporary ones are deleted.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_PARAM_VALUE

SE_LOG_IO_ERROR

SE_LOG_NOACCESS

SE_LOG_NOEXIST

SE_NET_FAILURE

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED