Skip to content

Commit 484f580

Browse files
author
Fraser Greenroyd
committed
Add documentation
1 parent f131db6 commit 484f580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BHoM_Engine/Compute/RecordEvent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public static bool RecordEvent(string message, EventType type = EventType.Unknow
4949
[Description("Record an event with details of a C# exception within the BHoM logging system.")]
5050
[Input("exception", "The C# exception being caught to provide the event and stack information for.")]
5151
[Input("message", "An optional additional message which will be displayed first in the event log.")]
52+
[Input("type", "Type of the event to be logged.")]
5253
[Output("success", "True if the event has been successfully recorded as a BHoM Event.")]
5354
public static bool RecordEvent(Exception exception, string message = "", EventType type = EventType.Unknown)
5455
{

0 commit comments

Comments
 (0)