Enum ReportingLevel
Enumerates level of reporting from Renderer.
Namespace: Vortex.Presentation.Wpf
Assembly: Vortex.Presentation.Wpf.dll
Syntax
public enum ReportingLevel
Fields
Name | Description |
---|---|
Errors | Rendered objects will display information errors related to rendering process. Not to be used in production only for debugging. |
Info | Rendered objects will display information messages related to rendering process. Not to be used in production only for debugging. |
None | No reporting. Rendered objects will not display messages related to rendering process. This is default option for production environment. |
Warnings | Rendered objects will display information warnings related to rendering process. Not to be used in production only for debugging. |