Enum ReportLevel
Defines the possible report (log) levels.
Namespace: Dnn.ExportImport.Components.Common
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public enum ReportLevel : int
Fields
Name | Description |
---|---|
Error | Reports errors only. |
Info | Reports information, warnings and errors. |
Verbose | Reports everything. |
Warn | Reports warnings and errors. |