Share via


IFsrmFileManagementJob.Logging Property

 

Retrieves or sets the types of logging to perform.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

int Logging { get; set; }
property int Logging {
    int get();
    void set(int value);
}
abstract Logging : int with get, set
Property Logging As Integer

Property Value

Type: System.Int32

Returns a Int32 containing The types of logging to perform. For possible values, see the _FsrmFileManagementLoggingFlags enumeration. The default is FsrmFileManagementLoggingFlags_None.

Remarks

The log files are stored in the reports directory. The name of the FsrmFileManagementLoggingFlags_ClassificationsInLogFile log file is "FileManagement-FsrmServerName(FQDN)-FileManagementJobName-NotificationPeriod-TimeStamp.xml". The log file contains one entry for each file processed. Each log entry specifies the following items:

  1. File name (full path)

  2. Owner

  3. Command type

  4. Command parameters

  5. Error value

See Also

IFsrmFileManagementJob Interface
Microsoft.Storage Namespace

Return to top