LogIdentifier Enum
Categorizes the source of any log entry.
public enum LogIdentifier
Public Enum LogIdentifier
Inheritance: ObjectValueTypeEnumLogIdentifier
Fields
LogIdentifier.Conversion | 2 | Log entry originated from conversion code not specific to any type. |
LogIdentifier.Excel | 5 | Log entry originated from ExcelConverter code. |
LogIdentifier.Html | 7 | Log entry originated from HtmlConverter code. |
LogIdentifier.Image | 8 | Log entry originated from ImageConverter code. |
LogIdentifier.Other | 3 | Log entry originated from other miscellaneous code. |
LogIdentifier.PowerPoint | 6 | Log entry originated from PowerPointConverter code. |
LogIdentifier.Rtf | 10 | Log entry originated from RtfConverter code. |
LogIdentifier.Service | 1 | Log entry originated from service code. |
LogIdentifier.Text | 9 | Log entry originated from TextConverter code. |
LogIdentifier.Visio | 11 | Log entry originated from VisioConverter code. |
LogIdentifier.Word | 4 | Log entry originated from WordConverter code. |
Licensing Info
This enum is a DynamicPDF Converter feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Converter selected.
- A DynamicPDF Converter for .NET v3.X Developer license.