No description
Find a file
LordMZTE 2b35755f6c
fix: use G_LOG_LEVEL_CRITICAL instead of error
G_LOG_LEVEL_ERROR causes the program to abort, which is not intended.
2022-07-18 17:45:59 +02:00
src fix: use G_LOG_LEVEL_CRITICAL instead of error 2022-07-18 17:45:59 +02:00
.gitignore init 2022-07-18 15:21:01 +02:00
build.zig init 2022-07-18 15:21:01 +02:00
README.md docs: add basic README 2022-07-18 15:21:48 +02:00

zig-glib-log

A tiny zig library that adds a log backend for GLIB logging.