destructurama / attributed

Use attributes to control how complex types are logged to Serilog.
Apache License 2.0
269 stars 33 forks source link

Extending with a class-level attribute #25

Closed adamlith closed 6 years ago

adamlith commented 6 years ago

Now you are able to extend the framework with new attributes that targets properties. But I would like to also be able to replace the hardcoding of the LogAsScalar attribute on class-level with a more generic solution.