Registry / logging / clue
library1.0.0vcpkgunverified

clue is a C++03 header-only library to log messages with a severity and optional module identifier.

vcpkg install clue
INSTALL
IMPORT
SIG · CLUE
C
clue
loggingcppv1.0.0
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.

clue/clue.h
#include <clue/clue.h>

Log an info message with module identifier 'main'.

#include <clue/clue.h> int main() { clue_log(CLUE_LOG_INFO, "main", "Hello, world!"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
Resources

No resource links recorded.

clue — pip install clue · libregistry