Skip to content

L0ren2/Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very simple logger in and for C++ which can be used to log Traces and Levels:
Traces can be exported (thus enabled) like so: export TRACES=TEST
Logging on Traces which are not exported will result in no logging at all.
You can easily add Levels by modifying Logger.hpp's enum class LVL to your liking.
View main.cpp for an example.

This code is licensed under the MIT License.
You should have received a copy with this code.

About

small header-only logger project in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published