CSharpRoboticsLib.Utility.Logger.UpdateSmartDashboard C# (CSharp) Method

UpdateSmartDashboard() public static method

Updates the related SmartDashboard variable if applicable
public static UpdateSmartDashboard ( ) : void
return void
        public static void UpdateSmartDashboard()
        {
            if (null != SmartDashboardName)
                SmartDashboard.PutString(SmartDashboardName, ToString());
        }