update summary

This commit is contained in:
Jeremy Wu 2025-04-08 18:12:10 +10:00 committed by GitHub
parent 7695a46be1
commit 6c5bb7d184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -228,7 +228,7 @@ namespace Flow.Launcher.Plugin
void LogWarn(string className, string message, [CallerMemberName] string methodName = "");
/// <summary>
/// Log error message
/// Log error message. Preferred error logging method for plugins.
/// </summary>
void LogError(string className, string message, [CallerMemberName] string methodName = "");