-
Notifications
You must be signed in to change notification settings - Fork 129
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
Support for static member as the value of setting using ::
#73
Labels
Comments
2 tasks
tsimbalar
added a commit
that referenced
this issue
Dec 15, 2017
Support for static member as the value of setting using `::` #73
Merged in #77 |
Thanks a lot! Could you consider to release a new version? |
@jp7677 Hi, this is available in nuget package v2.5.0 which was (accidentally 😛 / by yours truly ) generated from the dev branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the Serilog.Settings.Configuration transposition of serilog/serilog#1057 .
The idea is to support
"Serilog.Sinks.SystemConsole.Themes.AnsiConsoleTheme::Grayscale"
to access a static member for arguments of a complex type.See details of issue in core Serilog repo to implement it in a consistent way.
This would help with serilog/serilog-sinks-console#16
The text was updated successfully, but these errors were encountered: