Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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