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

Latest commit

 

History

History
12 lines (7 loc) · 444 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 444 Bytes

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")