Skip to content

Pipe your log files through colorlog and have every line syntax-highlighted based on log level.

License

Notifications You must be signed in to change notification settings

mrandri19/colorlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colorlog

Building

rm -rf build-release
cmake -S . -B build-release -D CMAKE_BUILD_TYPE=Release
cmake --build build-release

Developing

rm -rf build-debug
cmake -S . -B build-debug -D CMAKE_BUILD_TYPE=Debug
tput reset && cmake --build build-debug && cat test.log | ./build-debug/colorlog

About

Pipe your log files through colorlog and have every line syntax-highlighted based on log level.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published