다음을 통해 공유


_FsrmClassificationLoggingFlags Enumeration

 

Defines the different options for logging information while running classification.

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

Syntax

public enum _FsrmClassificationLoggingFlags
public enum class _FsrmClassificationLoggingFlags
type _FsrmClassificationLoggingFlags
Public Enumeration _FsrmClassificationLoggingFlags

Members

Member name Description
FsrmClassificationLoggingFlags_ClassificationsInLogFile

Logs to a log file information about all the files and properties that were classified.

FsrmClassificationLoggingFlags_ClassificationsInSystemLog

Logs to the System event information about all the files and properties that were classified.

FsrmClassificationLoggingFlags_ErrorsInLogFile

Logs to a log file errors that occurred during classification.

FsrmClassificationLoggingFlags_ErrorsInSystemLog

Logs to the System event log errors that occurred during classification.

FsrmClassificationLoggingFlags_None

No logging occurs.

See Also

Logging
Microsoft.Storage Namespace

Return to top