https://github.com/lszl84/wx_logging_tutorial
Logging in wxWidgets - a tutorial
https://github.com/lszl84/wx_logging_tutorial
cpp wxwidgets
Last synced: about 6 hours ago
JSON representation
Logging in wxWidgets - a tutorial
- Host: GitHub
- URL: https://github.com/lszl84/wx_logging_tutorial
- Owner: lszl84
- License: mit
- Created: 2023-02-27T20:19:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T14:42:34.000Z (about 1 year ago)
- Last Synced: 2025-05-18T15:35:41.577Z (about 1 year ago)
- Topics: cpp, wxwidgets
- Language: C++
- Homepage: https://www.lukesdevtutorials.com
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wx_logging_tutorial
In this tutorial, you'll learn about logs in Desktop Applications with wxWidgets in C++. Move past std::cout and enjoy the logging options this Open Source framework has to offer!
Video Tutorial: https://youtu.be/KHNGtqrcBUc
FREE wxWidgets course: https://www.youtube.com/playlist?list=PL0qQTroQZs5vVmTuBew-nTx9DIu6rRl2c
---
Check out the blog for more! [www.onlyfastcode.com](https://www.onlyfastcode.com)
---