Skip to content

Simple logger in C++, forwarding std::cout, std::cerr and std::clog output to files

License

Notifications You must be signed in to change notification settings

ArnisLielturks/SimpleLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleLogger

Simple logger in C++

To compile use this command:

make

To clean the project

make clean

After that you can run this example by running the following command

./main.o

After execution 3 files will be created where the program will output the results

cout.log - where the std::cout output will be visible

cerr.log - where the std::cerr output will be visible

clog.log - where the std::clog output will be visible

About

Simple logger in C++, forwarding std::cout, std::cerr and std::clog output to files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published