Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katahiromz/mlog
A simple logging library for Win32/C++
https://github.com/katahiromz/mlog
c cxx header-only library logger logging logging-framework logging-library printf trace tracing tracing-library win32 win32-api win32-cpp win32api
Last synced: about 1 month ago
JSON representation
A simple logging library for Win32/C++
- Host: GitHub
- URL: https://github.com/katahiromz/mlog
- Owner: katahiromz
- License: mit
- Created: 2024-06-08T06:59:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T06:33:48.000Z (7 months ago)
- Last Synced: 2024-06-09T08:38:04.891Z (7 months ago)
- Topics: c, cxx, header-only, library, logger, logging, logging-framework, logging-library, printf, trace, tracing, tracing-library, win32, win32-api, win32-cpp, win32api
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MLog
A simple logging library for Win32/C++ by katahiromz.
```c
#include "MLog/MLog.h"
```You can use `mlog_trace_a` function like C's `printf` for logging.
License: MIT