Registry / logging / g3log
library1.3.4vcpkgunverified

Asynchronous logger with Dynamic Sinks

vcpkg install g3log
INSTALL
IMPORT
SIG · G3LOG
G
g3log
loggingcppv1.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

g3log/g3log.hpp
#include <g3log/g3log.hpp>

Initialize g3log and log a message

#include <g3log/g3log.hpp> #include <g3log/logworker.hpp> #include <iostream> int main() { auto worker = g3::LogWorker::createLogWorker(); auto handle = worker->addDefaultLogger("test", "."); g3::initializeLogging(worker.get()); LOG(INFO) << "Hello, g3log!"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
Amazon
1
Resources

No resource links recorded.

g3log — pip install g3log · libregistry