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

파라미터

exceptionRuntime Exception.
contextObject to which the message applies.

설명

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