Skip to content

kunaltyagi/log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

log

Very simple, header file for logging output from C++14. I have tried to keep it as short and as simple as possible. Timed output is there for dealing with long running applications.

As of now, there are no plans to add a log-to-file feature.

NB

The only change that might be required is in the getNormalHeader function, which is custom built for my current purposes.

TODO

  • Add a Makefile, (I know, right!? It's quite straight forward, but as of now, I'm just too lazy to create a bare-basic Makefile. :D I'm using a CMakeLists.txt in my project, but that has grown monstrous, so no, I'm not putting that up here)

Issues

Report any issue or modification request without hesitation.

Contribute

Go ahead and create a pull request.

About

Very simple, header file for logging output from C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages