Struct LogOptions
Defined in File LogOptions.h
Struct Documentation
-
struct LogOptions
The LogOptions struct.
Note
Definition in DDS-Sec v1.1 8.6.2.1
Public Members
-
bool distribute
Whether the log events should be distributed over DDS.
-
LoggingLevel log_level
Level at which log messages will be logged. Messages at or below the log_level are logged.
-
std::string log_file
Full path to a local file.
-
bool distribute