Update README.md
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user