Boost.Redis

    • Introduction
    • Requests and responses
    • Serializing and parsing into custom types
    • Logging
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • Reference
arrow_upward

Reference

boost::redis::logger::lvl

Defines a severity filter for messages.

Synopsis

Declared in <boost/redis/logger.hpp>

level lvl;

Description

Only messages with a level >= to the one specified by the logger will be logged.

Created with MrDocs