Skip to content

Commit

Permalink
Add versioning for LogUsage
Browse files Browse the repository at this point in the history
  • Loading branch information
adecler authored and Fraser Greenroyd committed Mar 23, 2021
1 parent a958144 commit 3c4105a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UI_Engine/Compute/LogUsage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

using BH.Engine.Serialiser;
using BH.oM.Base;
using BH.oM.Reflection.Attributes;
using BH.oM.Reflection.Debugging;
using BH.oM.UI;
using System;
Expand All @@ -41,6 +42,7 @@ public static partial class Compute
/**** Public Methods ****/
/*************************************/

[PreviousVersion("4.1", "BH.Engine.UI.Compute.LogUsage(System.String, System.String, System.Guid, System.String, System.Object, System.Collections.Generic.List<BH.oM.Reflection.Debugging.Event>)")]
public static void LogUsage(string uiName, string uiVersion, Guid componentId, string callerName, object selectedItem, List<Event> events = null, string fileId = "", string fileName = "")
{
// If a projectID event is available, save the project code for this file
Expand Down

0 comments on commit 3c4105a

Please sign in to comment.