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:
File name (full path)
Owner
Command type
Command parameters
Error value
See Also
IFsrmFileManagementJob Interface
Microsoft.Storage Namespace
Return to top