Enum DefaultLogStream
Enumerates predefined log streaming destinations.
Namespace: SharpAssimp
Assembly: SharpAssimp.dll
Syntax
[Flags]
public enum DefaultLogStream
Fields
| Name | Description |
|---|---|
| Debugger | MSVC only: Stream the log to the debugger (this relies on OutputDebugString from the Win32 SDK). |
| File | Stream log to a file |
| StdErr | Stream log to the standard error output. |
| StdOut | Stream log to the standard output |