diff --git a/README.md b/README.md index 4b7e900..f5d0ffd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Salty is a protection only, BBv2 derived GTAV menu. I'm releasing this now becau ## Native logging -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. +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 too often to remove unwanted noise. All script, net and sync events and natives are logged in csv format.