Common Logy library functions. More...
#include <stdint.h>#include <assert.h>Typedefs | |
| typedef uint8_t | LogLevel |
| Log level type. | |
| typedef uint8_t | LogyResult |
| Logy result code type. | |
Enumerations | |
| enum | LogyResult_T { SUCCESS_LOGY_RESULT = 0 , FAILED_TO_ALLOCATE_LOGY_RESULT = 1 , FAILED_TO_OPEN_FILE_LOGY_RESULT = 2 , FAILED_TO_GET_DIRECTORY_LOGY_RESULT = 3 , LOGY_RESULT_COUNT = 4 } |
| Logy result codes. | |
Common Logy library functions.