FsrmFileManagementLoggingFlags enumeration (fsrmenums.h)

Defines the options for logging when running a file management job.

Syntax

typedef enum _FsrmFileManagementLoggingFlags {
  FsrmFileManagementLoggingFlags_None = 0,
  FsrmFileManagementLoggingFlags_Error = 0x1,
  FsrmFileManagementLoggingFlags_Information = 0x2,
  FsrmFileManagementLoggingFlags_Audit = 0x4
} FsrmFileManagementLoggingFlags;

Constants

 
FsrmFileManagementLoggingFlags_None
Value: 0
Do not log events.
FsrmFileManagementLoggingFlags_Error
Value: 0x1
Log errors that occur when running the file management job to a log file.
FsrmFileManagementLoggingFlags_Information
Value: 0x2
Log information status messages that occur when running the file management job to a log file.
FsrmFileManagementLoggingFlags_Audit
Value: 0x4
Log information about every file that met all of the file management job's conditions to the Security audit
log.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Header fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h)

See also

IFsrmFileManagementJob.Logging