Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.
/ MiniConsoleLogger Public archive

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.

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages