SignalLoggerSetPath Method
Set the destination for logging, restarting logger if needed.
Namespace: CTRE.Phoenix6Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
public static StatusCode SetPath(
string path
)
static member SetPath :
path : string -> StatusCode
- path String
- Path to the desired log file
StatusCodeStatus of logger restart
If this is not called or the path is left empty, the default is /home/lvuser on roboRIO
and the current working directory on all other platforms.
Typical use for this routine is to use a removable thumb drive for logging instead of onboard flash.