Explaining where to find logs file and write them
On game launch, Cyber Engine Tweaks generates individual logs files in each mod folder, using their name. eg, <
>/mods/my_mod/my_mod.log
.
This file contains all notices, errors and logs generated by the mod.
You can write the log file using the spdlog functions.
You can use Tailblazer App to watch files in live with a GUI, or use the following command line in the Windows Command shell:
Cyber Engine Tweaks has a global log file located in <
>/scripting.log
.
This file contains all logs from the CET Console.
You can write the log file by using the print() function.
You can use Tailblazer App to watch files in live with a GUI, or use the following command line in the Windows Command shell: