<div class="content" name="FsrmFileManagementLoggingFlags" uuid="b3fd56a5-7166-4aa0-a9d3-07b61359eec1"><p>The FsrmFileManagementLoggingFlags enumeration defines the
different options for logging when running a file management job.</p><dl>
<dd>
<div><pre> typedef  enum _FsrmFileManagementLoggingFlags
 {
   FsrmFileManagementLoggingFlags_None = 0x00000000,
   FsrmFileManagementLoggingFlags_Error = 0x00000001,
   FsrmFileManagementLoggingFlags_Information = 0x00000002,
   FsrmFileManagementLoggingFlags_Audit = 0x00000004
 } FsrmFileManagementLoggingFlags;
</pre></div>
</dd></dl><p><b>FsrmFileManagementLoggingFlags_None:</b>  Indicates
that no flags are set.</p><p><b>FsrmFileManagementLoggingFlags_Error:</b>  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.</p><p><b>FsrmFileManagementLoggingFlags_Information: </b> 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.</p><p><b>FsrmFileManagementLoggingFlags_Audit:</b>  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&#39;s <a href="809180e0-571e-40a0-8067-ffe89cbdcc40#gt_436c1ddb-01b6-498f-b1d3-a9906ab928e4" data-linktype="relative-path">security audit log</a>.</p></div>