@@ -1,4 +1,7 @@
// Chat GPT code
#ifndef LOG_H
#define LOG_H
#include <stdio.h>
#include <time.h>
#include <stdlib.h>
@@ -12,3 +15,5 @@ typedef enum {
const char* get_current_time();
void log_message(LogLevel level, const char* message);
#endif
The note is not visible to the blocked user.