LogExceptionExtensions¶
Extensions for logging exceptions.
Methods¶
void ILogger.LogException(Exception exception, LogLevel logLevel, string memberName, int lineNumber)¶
Logs detailed information about the current execution location, including an exception for debugging purposes.