Add general logging event to be used by the RequestHandler (#633)
This commit is contained in:
parent
53360e0165
commit
0e28f34c1a
|
|
@ -176,6 +176,23 @@ Language=English
|
|||
%1
|
||||
.
|
||||
|
||||
Messageid=1025
|
||||
SymbolicName=ASPNETCORE_EVENT_GENERAL_INFO_MSG
|
||||
Language=English
|
||||
%1
|
||||
.
|
||||
|
||||
Messageid=1026
|
||||
SymbolicName=ASPNETCORE_EVENT_GENERAL_WARNING_MSG
|
||||
Language=English
|
||||
%1
|
||||
.
|
||||
|
||||
Messageid=1027
|
||||
SymbolicName=ASPNETCORE_EVENT_GENERAL_ERROR_MSG
|
||||
Language=English
|
||||
%1
|
||||
.
|
||||
|
||||
|
||||
;
|
||||
|
|
|
|||
Loading…
Reference in New Issue