mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-29 18:02:29 +00:00
Adding kafka logging in framework.
This commit is contained in:
@@ -30,6 +30,15 @@
|
||||
#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 {
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user