appDataLocalPath - ParlocameonTheDev/Parlocameon.Generic.Logger-Loggy GitHub Wiki

A preset variable that's helpful to use throughout projects, referenced through Logspace.appDataLocalPath, you can assign it to a custom path you make, and use it to start off your log paths.

EXAMPLE:

String cpath = appDataLocalPath + @"\This is my log folder\";