Skip to content

Files

Latest commit

7cf6521 · Jan 1, 2022

History

History
14 lines (9 loc) · 402 Bytes

File metadata and controls

14 lines (9 loc) · 402 Bytes

IPublicAPI.LogDebug method

Log debug message Message will only be logged in Debug mode

public void LogDebug(string className, string message, [CallerMemberName] string methodName = "")

See Also