mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
allow warning pass exception (for known exception)
This commit is contained in:
parent
4f13433913
commit
89bb169fee
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ namespace Flow.Launcher.Plugin
|
|||
/// <summary>
|
||||
/// Log warning message
|
||||
/// </summary>
|
||||
void LogWarn(string className, string message, [CallerMemberName] string methodName = "");
|
||||
void LogWarn(string className, string message, Exception e = null, [CallerMemberName] string methodName = "");
|
||||
|
||||
/// <summary>
|
||||
/// Log an Exception. Will throw if in debug mode so developer will be aware,
|
||||
|
|
|
|||
Loading…
Reference in a new issue