Enum core
LogOutputFlags
Namespace: Datalogics::PDFL
Description
Flags that control where DLE log output is written.
Multiple flags can be combined using bitwise OR to send log output to more than one destination simultaneously.
Values
- None
Disable all logging
- Console
Use Console to write log
- File
Use file to write log.
- EventLog
Post log in Windows Logs -> Application