Method LogExceptionIfDebug
LogExceptionIfDebug(Exception)
Logs Exception information if DEBUG is defined.
[Conditional("DEBUG")]
public static void LogExceptionIfDebug(Exception e)
Parameters
e
ExceptionException to log.
Logs Exception information if DEBUG is defined.
[Conditional("DEBUG")]
public static void LogExceptionIfDebug(Exception e)
e
ExceptionException to log.