mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 19:18:04 +00:00
Message timestamp refactoring and log level changes (#133)
* Message timestamp refactoring and log level changes * Changes per code review
This commit is contained in:
committed by
Matias Fontanini
parent
451d60295a
commit
b0ddceda1f
@@ -45,6 +45,7 @@
|
||||
#include "topic_configuration.h"
|
||||
#include "configuration.h"
|
||||
#include "macros.h"
|
||||
#include "logging.h"
|
||||
|
||||
namespace cppkafka {
|
||||
|
||||
@@ -107,6 +108,11 @@ public:
|
||||
* \param timeout The timeout to be set
|
||||
*/
|
||||
void set_timeout(std::chrono::milliseconds timeout);
|
||||
|
||||
/**
|
||||
* \brief Sets the log level
|
||||
*/
|
||||
void set_log_level(LogLevel level);
|
||||
|
||||
/**
|
||||
* \brief Adds one or more brokers to this handle's broker list
|
||||
|
||||
Reference in New Issue
Block a user