2.2.2.9.1.2 FsrmFileManagementLoggingFlags
The FsrmFileManagementLoggingFlags enumeration defines the different options for logging when running a file management job.
-
typedef enum _FsrmFileManagementLoggingFlags { FsrmFileManagementLoggingFlags_None = 0x00000000, FsrmFileManagementLoggingFlags_Error = 0x00000001, FsrmFileManagementLoggingFlags_Information = 0x00000002, FsrmFileManagementLoggingFlags_Audit = 0x00000004 } FsrmFileManagementLoggingFlags;
FsrmFileManagementLoggingFlags_None: Indicates that no flags are set.
FsrmFileManagementLoggingFlags_Error: If the FsrmFileManagementLoggingFlags_Error flag is set, File Server Resource Manager logs errors that occur when running the file management job to the error log.
FsrmFileManagementLoggingFlags_Information: If the FsrmFileManagementLoggingFlags_Information flag is set, File Server Resource Manager logs information status messages that occur when running the file management job to the information log.
FsrmFileManagementLoggingFlags_Audit: If the FsrmFileManagementLoggingFlags_Audit flag is set, File Server Resource Manager logs information about files that are processed when the server is running the file management job to the server's security audit log.