-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem? Please describe.
I'd like to write a list of UDFs (user-define functions) and config it in appsettings.json file, but now seems no document about this.
Describe the solution you'd like
"formatter":{
"type":"Serilog.Templates.ExpressionTemplate, Serilog.Expressions",
"template":"{ {@p.. } }"
"nameResolver": {
"type":"Serilog.Expressions.StaticMemberNameResolver, Serilog.Expressions",
"Args":{
"type": "UDF-type, UDF-dllName"
}
}
}
Describe alternatives you've considered
N.A
Additional context
N.A
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed