Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 525 Bytes

File metadata and controls

15 lines (10 loc) · 525 Bytes

IPublicAPI.LogException method

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 = "")

See Also