Skip to content
This repository was archived by the owner on Mar 20, 2022. It is now read-only.

awwdev/MiniConsoleLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MiniConsoleLogger

Tiny console logger I am using for my games. It includes: threadname, timestamp, source and line, log level, and formates the message according to the parameters given. MT and colors are possible.

Using C++17.

alt text

LOG_INFO("This is foo: {} and this is bar {}, sir.", 42, "baz")

LOG_WARN("{}{}{}", "warning")

LOG_ERR("unexpected error")

About

Tiny console logger I am using for my games. It includes: threadname, timestamp, source and line, log level, and formates the message according to the parameters given. MT and colors are possible.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages