Adobe.Target.Client.Extension.LoggerExtension.LogException C# (CSharp) Метод

LogException() статический приватный Метод

static private LogException ( ILogger logger, Exception exception ) : void
logger ILogger
exception Exception
Результат void
        internal static void LogException(this ILogger logger, Exception exception)
        {
            logger?.LogError(exception, exception.Message);
        }
    }