From e875d8cf70b74f6a5ce8bbc80e1ed67881e193d8 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 24 Apr 2025 01:45:45 +0300 Subject: [libaklog] updates --- c_implementation/include/libaklog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'c_implementation/include') diff --git a/c_implementation/include/libaklog.h b/c_implementation/include/libaklog.h index 31478a7..0a91505 100644 --- a/c_implementation/include/libaklog.h +++ b/c_implementation/include/libaklog.h @@ -2,11 +2,12 @@ #define AKLOG typedef enum { + TEST, INFO, WARNING, ERROR, EXIT, - DEBUG + DEBUG, } LogMessageType; void ak_log_print_log_line(char* line); @@ -20,5 +21,6 @@ void ak_log_warning(const char* program, char* message); void ak_log_debug(const char* program, char* message); void ak_log_error(const char* program, char* message); void ak_log_info(const char* program, char* message); +void ak_log_test(const char* program, char* message); #endif // AKLOG -- cgit v1.2.3