Skip to content
/ buflog Public

A simple bufferd logging library using ipc shared memory.

License

Notifications You must be signed in to change notification settings

41nyaa/buflog

Repository files navigation

buflog

This is a simple bufferd logging library using ipc shared memory. build status

Build

cmake .
make

Usage

#include "buflog.h"


std:string filename("/tmp/hello.log");
buflog::Logger logger(filename, 1024);
std::string log("Hello World!\n");
logger.Log(log);
logger.Flush();

About

A simple bufferd logging library using ipc shared memory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published