Update README.md

This commit is contained in:
2026-07-21 20:36:23 +02:00
parent e2f5b8624d
commit f5c544be84

View File

@@ -9,6 +9,8 @@ A simple logging library implemented in C99
into an existing project and compiled along with it. The library provides 6 into an existing project and compiled along with it. The library provides 6
function-like macros for logging: function-like macros for logging:
you can also run the makefile with the `make` command to get a statically linkable .a file.
```c ```c
log_trace(const char *fmt, ...); log_trace(const char *fmt, ...);
log_debug(const char *fmt, ...); log_debug(const char *fmt, ...);
@@ -79,5 +81,5 @@ be used when printing.
## License ## License
This library is free software; you can redistribute it and/or modify it under This fork of the library is free software; you can redistribute it and/or modify it under
the terms of the MIT license. See [LICENSE](LICENSE) for details. the terms of the AGPLv3 License.