Esempio n. 1
0
        protected override async Task SendCustomLogFileMessagesAsync()
        {
            var stderrLogFile = string.Format("{0}.stderr.log", Tracing.GetLogFileNameWithoutExtension());

            await Client.SendAsync(new LogFileMessage {
                LogFile = stderrLogFile
            }).ConfigureAwait(continueOnCapturedContext: false);
        }