maliput_malidrive
log_level_flag.h File Reference
#include <gflags/gflags.h>
Include dependency graph for log_level_flag.h:
This graph shows which files directly or indirectly include this file:

Macros

#define MALIPUT_MALIDRIVE_APPLICATION_DEFINE_LOG_LEVEL_FLAG()
 Declares FLAGS_log_level flag with all possible log level values. More...
 

Macro Definition Documentation

◆ MALIPUT_MALIDRIVE_APPLICATION_DEFINE_LOG_LEVEL_FLAG

#define MALIPUT_MALIDRIVE_APPLICATION_DEFINE_LOG_LEVEL_FLAG ( )
Value:
DEFINE_string(log_level, "unchanged", \
"Sets the log output threshold; possible values are " \
"'unchanged', " \
"'trace', " \
"'debug', " \
"'info', " \
"'warn', " \
"'err', " \
"'critical', " \
"'off'.")

Declares FLAGS_log_level flag with all possible log level values.