https://github.com/madladsquad/untitledlog
A logging library initially written for the Untitled Vulkan Game Engine
https://github.com/madladsquad/untitledlog
console cpp imgui logging logging-library
Last synced: about 1 year ago
JSON representation
A logging library initially written for the Untitled Vulkan Game Engine
- Host: GitHub
- URL: https://github.com/madladsquad/untitledlog
- Owner: MadLadSquad
- License: mit
- Created: 2020-12-12T20:11:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T22:14:56.000Z (about 1 year ago)
- Last Synced: 2025-04-11T06:13:07.451Z (about 1 year ago)
- Topics: console, cpp, imgui, logging, logging-library
- Language: C++
- Homepage: https://madladsquad.com/
- Size: 82 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
README
# UntitledLog
[](https://lbesson.mit-license.org/)
[](https://trello.com/b/0upjsxT0/untitledvukangameengine)
[](https://discord.gg/4wgH8ZE)
A simple logging library with an optional dear imgui console widget.
## Features
- Logs to the console
- Logs to the console and files at the same time
- Logs to a log file
- Colour coded logging
- Variadic functions
- Profiler functions
- Error shutdown and breaking
- Dear ImGui console logging widget
## Learning and install
There are a few short learning articles in the [wiki](https://github.com/MadLadSquad/UntitledLog/wiki). Installation is also located there!
## Showcase
The bundled ImGui widget:

Example console log output:
