Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the types of logging to perform when running the classification rules.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual int Logging { get; set; }
public:
property int Logging {
virtual int get();
virtual void set(int value);
}
abstract Logging : int with get, set
override Logging : int with get, set
Public Overridable Property Logging As Integer
Property Value
Type: System.Int32
Returns a Int32 containing the types of logging to perform when running the classification rules. For the available logging types, see the _FsrmClassificationLoggingFlags enumeration.
Implements
IFsrmClassificationManager2.Logging
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
See Also
IFsrmClassificationManager2
IFsrmClassificationManager
FsrmClassificationManager
FsrmClassificationManagerClass Class
Microsoft.Storage Namespace
MSFT_FSRMClassification
Return to top