updating ac

This commit is contained in:
jakani24
2024-05-10 14:27:52 +02:00
parent 237d1821e1
commit d3f83426fa
41 changed files with 556 additions and 174 deletions

View File

@@ -1,3 +1,11 @@
/*
This file containes the cyberhex logger, with functions to log messages to the log files and to the server.
Functions:
- get_loglevel(): This function returns the log level as a string.
- log(): This function logs a message to the log files and to the server.
*/
#pragma once
#ifndef LOG_H
#define LOG_H