aboutsummaryrefslogtreecommitdiff
path: root/src/log.c
AgeCommit message (Collapse)Author
2023-02-27Put outside the condition to check if the line isAlessandro Iezzi
a comment
2023-02-27Change string2.h to string.hAlessandro Iezzi
2023-02-27Remove an unused functionAlessandro Iezzi
2023-02-27Remove an unused functionAlessandro Iezzi
2023-02-27Change the logic to define log levelsAlessandro Iezzi
2023-02-27Add bas_context variableAlessandro Iezzi
2023-02-27Remove some testing codeAlessandro Iezzi
2023-02-27Rename the variable `filename` to `tag`Alessandro Iezzi
2023-02-27Remove a commented piace of codeAlessandro Iezzi
2023-02-27Remove HAL_SIZE macroAlessandro Iezzi
Because I want to make a dynamic buffer able to adapt to the size of the line of the confi file.
2023-02-27Add NONE levelAlessandro Iezzi
It's used to disable logs for a specific tag.
2023-02-04Add function to get library versionAlessandro Iezzi
2023-02-04Update to libstrAlessandro Iezzi
2023-02-03Move log.c in src directoryAlessandro Iezzi