Guide: BepInEx Logging to Console
To get live logging notifications inside of the BepInEx console follow the steps below.
After insuring that you have followed the steps in the: Modding Quick Start [URL:https://hub.sp-tarkov.com/doc/entry/89-client-modding-quick-start-guide/]
Double check that you followed Step - 1:4
"Navigate to [your development SPT install]/BepInEx/config and open BepInEx.cfg, set LogLevels = all and Enabled = true. This will cause the BepInEx console to launch when you launch SPT. All logging done in your mod will appear in this console."
Pull from the sample example shown below
(Code, 22 lines)
See the actual BepInEx docs for more in-depth results.
https://docs.bepinex.dev/api/BepInEx.Logging.html