Add event name in localization\n\nCommit migrated from d2b1ad3d23
This commit is contained in:
parent
154ab28e45
commit
070bba8ad4
|
|
@ -15,7 +15,7 @@ namespace Microsoft.Extensions.Localization.Internal
|
||||||
{
|
{
|
||||||
_searchedLocation = LoggerMessage.Define<string, string, CultureInfo>(
|
_searchedLocation = LoggerMessage.Define<string, string, CultureInfo>(
|
||||||
LogLevel.Debug,
|
LogLevel.Debug,
|
||||||
1,
|
new EventId(1, "SearchedLocation"),
|
||||||
$"{nameof(ResourceManagerStringLocalizer)} searched for '{{Key}}' in '{{LocationSearched}}' with culture '{{Culture}}'.");
|
$"{nameof(ResourceManagerStringLocalizer)} searched for '{{Key}}' in '{{LocationSearched}}' with culture '{{Culture}}'.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue