C# Attributes – How to instantiate a class through an attribute
I am trying to create a custom logging class in C#. My idea was to use attributes to set some extra metadata that the Logger class could use to create log entries.
I am trying to create a custom logging class in C#. My idea was to use attributes to set some extra metadata that the Logger class could use to create log entries.