Files
wizapp-stdlib/src/log/wapp_log.h
T
abdelrahman c67a448d00
Release / release (push) Successful in 6s
Add basic logging functionality
2026-05-17 18:40:10 +01:00

12 lines
217 B
C

// vim:fileencoding=utf-8:foldmethod=marker
#ifndef WAPP_LOG_H
#define WAPP_LOG_H
#include "log.h"
#include "../common/wapp_common.h"
#include "../base/wapp_base.h"
#include "../os/wapp_os.h"
#endif // !WAPP_LOG_H