Menu

liblog / News: Recent posts

See how easy you can use this library.

liblog-1.1

Compile:

Just run make to build static liblog library.

Usage:

Take a look at this sample source to see how simple
you can use this library:

----------------- snip -----------------
#include <memory>

#include "liblog/Log.hpp"
#include "liblog/ConsoleLog.hpp"

int main(int argc, char **argv)
{
// Create a console log device.
std::auto_ptr<CConsoleLog> ConsoleLogger(new CConsoleLog); ... read more

Posted by Marco Siciliano 2006-09-10
MongoDB Logo MongoDB