C#
VB
C++
Specifies the desired logging options used by the ConvertCtrl.OpenLogFile method. You can combine these values when appropriate by using a bitwise OR ( ¦ ) operator.
public enum LogFileFlags Public Enum LogFileFlags
public enum class LogFileFlags Members
| Value | Member | Description |
|---|---|---|
| -2147483648 | Append | Append the new information to the end of the specified log file. |
| 1 | GeneralInfo | Log general operations information: running and stopping graphs, abortion, completion, state requests, etc. |
| 2 | GraphEvents | Log media events. |
| 4 | GraphBuilder | Log information related to building graphs. |
| 8 | GraphSnapshot | Log graph attributes. Writes all the attributes of the graph for later inspection (as if a snapshot had been taken for the graph). |
| 16 | StreamInfo | Log stream information: type, start, end, etc. |
| 32 | RegisteredFilters | Write all registered filters information, system wide. |
| 64 | StreamData | Log stream data. |
| 128 | SourceInfo | Log source information. |
| 256 | SourceData | Log source data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
