Message timestamp refactoring and log level changes (#133)

* Message timestamp refactoring and log level changes

* Changes per code review
This commit is contained in:
Alex Damian
2018-11-07 11:36:57 -05:00
committed by Matias Fontanini
parent 451d60295a
commit b0ddceda1f
10 changed files with 148 additions and 60 deletions

View File

@@ -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