Skip to content

Commit 6c5bb7d

Browse files
authored
update summary
1 parent 7695a46 commit 6c5bb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public interface IPublicAPI
228228
void LogWarn(string className, string message, [CallerMemberName] string methodName = "");
229229

230230
/// <summary>
231-
/// Log error message
231+
/// Log error message. Preferred error logging method for plugins.
232232
/// </summary>
233233
void LogError(string className, string message, [CallerMemberName] string methodName = "");
234234

0 commit comments

Comments
 (0)