IFsrmClassificationManager::put_Logging method (fsrmpipeline.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMClassification class.]

The types of logging to perform when running the classification rules.

This property is read/write.

Syntax

HRESULT put_Logging(
  long logging
);

Parameters

logging

Return value

None

Remarks

The log file for the FsrmClassificationLoggingFlags_ClassificationsInLogFile and FsrmClassificationLoggingFlags_ErrorsInLogFile logging options are stored in the reports directory. The name of the FsrmClassificationLoggingFlags_ClassificationsInLogFile log file is "ClassifierName-FsrmServerName(FQDN)-TimeStamp.xml". The log file contains one entry per property assignment to a specific file. Each log entry specifies the:

  • File name (full path)
  • Property
  • Value assigned
  • Rule applied
  • Result (whether the classification succeeded)
The name of the FsrmClassificationLoggingFlags_ErrorsInLogFile log file is "ClassifierNameErrors-FQDNServerName-TimeStamp.xml". The log file contains one entry per error. Each log entry specifies the:
  • Error code
  • File name (full path)
  • Property
  • Rule applied

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmpipeline.h (include FsrmPipeline.h, FsrmTlb.h)
DLL SrmSvc.dll

See also

FsrmClassificationManager

IFsrmClassificationManager

IFsrmClassificationManager2

MSFT_FSRMClassification