mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-11-01 19:27:59 +00:00
Adding kafka logging in framework.
This commit is contained in:
@@ -30,6 +30,15 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
Usage...
|
||||||
|
|
||||||
|
qrcodegen::QrCode qr0 = qrcodegen::QrCode::encodeText("https://www.arilia.com", qrcodegen::QrCode::Ecc::MEDIUM);
|
||||||
|
std::string svg = qrcodegen::toSvgString(qr0, 4); // See QrCodeGeneratorDemo
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
namespace qrcodegen {
|
namespace qrcodegen {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user