Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging messages to be localized #4133

Open
Youssef1313 opened this issue Nov 23, 2024 · 0 comments
Open

Logging messages to be localized #4133

Youssef1313 opened this issue Nov 23, 2024 · 0 comments

Comments

@Youssef1313
Copy link
Member

await _logger.LogInformationAsync($"Hang dump timeout setup {_activityTimerValue}.");

await _logger.LogInformationAsync($"Hang dump timeout({_activityTimerValue}) expired.");

await _logger.LogInformationAsync($"Creating dump filename {finalDumpFileName}");

await LogInformationAsync($"Config file '{configFileName}' not found.");

await LogInformationAsync($"Config file '{configFileName}' loaded.");

await _logger.LogInformationAsync($"Starting test session '{ServiceProvider.GetTestSessionContext().SessionId}'");

await _logger.LogInformationAsync($"Test session '{ServiceProvider.GetTestSessionContext().SessionId}' ended with exit code '{exitCode}' in {consoleRunStarted.Elapsed}");

await _logger.LogInformationAsync("Test session canceled.");

await logger.LogInformationAsync($"Test framework UID: '{testFramework.Uid}' Version: '{testFramework.Version}' DisplayName: '{testFramework.DisplayName}' Description: '{testFramework.Description}'");
(Related to AB#2275339)

await _logger.LogInformationAsync($"TestHostControllersTestHost ended with exit code '{exitCode}' (real test host exit code '{testHostProcess.ExitCode}')' in '{consoleRunStarted.Elapsed}'");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant