Skip to content

Utils.SafeExecute(Action, ILogger?, string?)

SafeExecute(Action, ILogger?, string?)

static
View source
public static void SafeExecute(Action action, ILogger? logger = null, string? caller = null)

Parameters

actionAction
loggerILogger?
callerstring?