Add event name in localization\n\nCommit migrated from d2b1ad3d23

This commit is contained in:
Kahbazi 2019-01-09 08:16:28 +03:30 committed by Ryan Brandenburg
parent 154ab28e45
commit 070bba8ad4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace Microsoft.Extensions.Localization.Internal
{
_searchedLocation = LoggerMessage.Define<string, string, CultureInfo>(
LogLevel.Debug,
1,
new EventId(1, "SearchedLocation"),
$"{nameof(ResourceManagerStringLocalizer)} searched for '{{Key}}' in '{{LocationSearched}}' with culture '{{Culture}}'.");
}