Logger.LogException

public void LogException(Exception exception);
public void LogException(Exception exception, Object context);

Parameters

exception Runtime Exception.
context Object to which the message applies.

Description

A variant of Logger.Log that logs an exception message.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答