Enum core
LogOutputFlags
Namespace: datalogics_interface
Description
Multiple flags can be combined using bitwise OR to send log output to more than one destination simultaneously.
Values
- None
Disable all logging.
- Console
Write log to console.
- File
Write log to file.
- EventLog
Post log in Windows Event Log (Windows only).