lineCode / logger-2

simple c class for logging on file or console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple c++ class for doing log regularly. It's 
divided into four levels:info, warning, error and fatal.
By properly initialize, we can log on file, console or 
both. Also, There is a mutex lock which is handful in 
multiprocess or multithread environment. It works fine
both in Windows and *nix platform.

About

simple c class for logging on file or console


Languages

Language:C++ 69.7%Language:Roff 27.5%Language:Makefile 2.8%