All Frameworks  Class Hierarchy  This Framework  Previous  Indexes

ENOVDDManager Class ENOVDDMNGAccessLog

ENOVDDMNGAccessLog
 

Usage: you must use this class as is. You should never derive it.


public class ENOVDDMNGAccessLog

Interface for ENOVDDMNGAccessLog.
Role: This interface is implemented in ENOVDDManager/VX0DDUtil.m


Method Index


o AccessLog(CATUnicodeString,CATUnicodeString,CATUnicodeString)
Create an Access log entry in the trace log file specified by Statistics server trace setting.

Methods


o AccessLog
public static HRESULT AccessLog( const CATUnicodeString ActionType,
const CATUnicodeString HostName,
const CATUnicodeString DocumentName)
Create an Access log entry in the trace log file specified by Statistics server trace setting. This entry includes the time, date, user login ID, organization ID, machine name, action type, and document name.
Parameters:
ActionType
[in] Action type to be logged. Or any string value the caller wants to set.
HostName
[in] The machine name that user is working
DocumentName
[in] The document V_ID plus document version number can be used. Or any string value caller wants to set.
Returns:
S_OK if successful E_FAIL otherwise

This object is included in the file: ENOVDDMNGAccessLog.h
If needed, your Imakefile.mk should include the module: VX0DDUtil

Copyright © 2003, Dassault Systèmes. All rights reserved.