SignalLoggerSetPath Method

Set the destination for logging, restarting logger if needed.

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public static StatusCode SetPath(
	string path
)

Parameters

path  String
Path to the desired log file

Return Value

StatusCode
Status of logger restart

Remarks

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.

See Also