We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7695a46 commit 6c5bb7dCopy full SHA for 6c5bb7d
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -228,7 +228,7 @@ public interface IPublicAPI
228
void LogWarn(string className, string message, [CallerMemberName] string methodName = "");
229
230
/// <summary>
231
- /// Log error message
+ /// Log error message. Preferred error logging method for plugins.
232
/// </summary>
233
void LogError(string className, string message, [CallerMemberName] string methodName = "");
234
0 commit comments