Log an Exception. Will throw if in debug mode so developer will be aware, otherwise logs the error message. This is the primary logging method used for Flow
public void LogException(string className, string message, Exception e,
[CallerMemberName] string methodName = "")
- interface IPublicAPI
- namespace Flow.Launcher.Plugin