DismLogLevel Enumeration

Specifies the kind of information that is reported in the log file.

Syntax

enum DismLogLevel
{
    DismLogErrors = 0,
    DismLogErrorsWarnings = 1,
    DismLogErrorsWarningsInfo = 2
};

Constants

Constant Value Description
DismLogErrors 0 Log file only contains errors.
DismLogErrorsWarnings 1 Log file contains errors and warnings.
DismLogErrorsWarningsInfo 2 Log file contains errors, warnings, and additional information.

Requirements

Requirement Description
Supported host platforms DISM API can be used on any operating system supported by the Windows Assessment and Deployment Kit (Windows ADK). For more information, see the Windows ADK Technical Reference.
Supported image platforms Windows 7, Windows Server 2008 R2, Windows PE 3.0, Windows 8, Windows Server 2012, Windows Preinstallation Environment (Windows PE) 4.0

Related topics

DismInitialize Function