Logging utilities for C code
Перейти к файлу
Bingyi Yang 0cdd9c9af6
link with logging_stacktrace.c to enable log stack in bs_watchdog (#129)
* link with logging_stacktrace.c to enable log stack in bs_watchdog

* fix linux build err

* add a line
2023-05-31 16:23:51 -07:00
.github Remove Hari (#99) 2022-08-22 21:28:14 -07:00
build Log sink etw int (#124) 2023-05-21 00:40:42 -07:00
deps Update dependencies (#122) 2023-04-26 09:43:57 -07:00
inc/c_logging feature: adding get last error for linux (#109) 2022-12-15 06:35:45 -08:00
src feature: adding get last error for linux (#109) 2022-12-15 06:35:45 -08:00
tests feature: adding get last error for linux (#109) 2022-12-15 06:35:45 -08:00
v2 Add logger unit (#128) 2023-05-26 18:39:08 -07:00
.gitignore feature: adding get last error for linux (#109) 2022-12-15 06:35:45 -08:00
.gitmodules use c build tools (#20) 2020-10-30 09:05:49 -07:00
CMakeLists.txt link with logging_stacktrace.c to enable log stack in bs_watchdog (#129) 2023-05-31 16:23:51 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2019-12-18 11:14:24 -08:00
LICENSE Updating LICENSE to template content 2019-12-18 11:14:25 -08:00
README.md Initial README.md commit 2019-12-18 11:14:28 -08:00
SECURITY.md Initial SECURITY.md commit 2019-12-18 11:14:26 -08:00

README.md

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.