Skip to content

Scannery/SLog-By-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLog By Scanner

a simple muti-plat, muti-thread C++ style logframe

needs C++11 or higher , in unix based system, use -lpthread

use it by

first: include this file in your project

do logs first by:

#include "log.h"

you can do logs like:

Log::begin() << "something you want write" << 33 << Log::end();

or use macro

LogFunc("something you want write" << 33)

you can get your log file in local working path

this main.cpp is a simple example for this log

for more information, Read these codes

About

a simple frame of log

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages