From 437c23090cb52518066c693012fcf879c205ce88 Mon Sep 17 00:00:00 2001 From: tecel007 Date: Mon, 15 Mar 2021 20:44:41 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e9222f..c29a92f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Salty is a private protection only, BBv2 derived GTAV menu. I'm releasing this n ## Native logging -Logger.cpp readsis a configurable logging system for GTAV natives. It reads natives.hpp and produces natives_logging.hpp/cpp. These natives are then hooked and logged at runtime. It can be configured to log namespaces, remove spam/common massages and also ignore some debugging natives which cant be hooked as they crash. Really useful to see what is happing in the scripts. Process.cpp processes the log file which is useful to fine tune what natives are logged to remove unwanted noise. +Logger.cpp is a configurable logging system for GTAV natives. It reads natives.hpp and produces natives_logging.hpp/cpp. These natives are then hooked and logged at runtime. It can be configured to log namespaces, remove spam/common massages and also ignore some debugging natives which cant be hooked as they crash. Really useful to see what is happing in the scripts. Process.cpp processes the log file which is useful to fine tune what natives are logged to remove unwanted noise. All script, net and sync events and natives are logged in csv format.