Microsoft.R.Host.Client.RHostLoggingExtensions.Response C# (CSharp) Метод

Response() публичный статический Метод

public static Response ( this log, string response, int depth ) : void
log this
response string
depth int
Результат void
        public static void Response(this IActionLog log, string response, int depth) {
            log.WriteLineAsync(LogVerbosity.Traffic, MessageCategory.General, Invariant($"[Response,depth={depth}]:{response}"));
        }
    }