Class SettingsKeys

Class Documentation

class SettingsKeys

This is simply a convenient place for storing all of the keys used for saving settings files. Always referring to the consts here means we don’t have to worry about problems due to typos, and changing a setting name in the future will be easy.

Public Static Attributes

static const QString DISPLAY_TIMESTAMPS
static const QString ABSOLUTE_TIMESTAMPS
static const QString HUMAN_READABLE_TIME
static const QString DISPLAY_LOGGER
static const QString DISPLAY_FUNCTION
static const QString USE_REGEXPS
static const QString INCLUDE_FILTER
static const QString EXCLUDE_FILTER
static const QString SHOW_DEBUG
static const QString SHOW_INFO
static const QString SHOW_WARN
static const QString SHOW_ERROR
static const QString SHOW_FATAL
static const QString FOLLOW_NEWEST
static const QString FONT
static const QString DEBUG_COLOR
static const QString INFO_COLOR
static const QString WARN_COLOR
static const QString ERROR_COLOR
static const QString FATAL_COLOR
static const QString COLORIZE_LOGS
static const QString ALTERNATE_LOG_ROW_COLORS