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.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.