-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Labels
Description
For supporting the more complex SQL column types (image
or varbinary
, for example) in specialized logging scenarios, I've been considering a callback mechanism for rendering property values.
The only drawback that comes to mind is that log properties aren't rendered until the batch is written. This deferred rendering could be addressed by writing an application-specific identifier with the log event which is passed to the rendering delegate.
The implementation appears relatively simple, but I'm not going to tag this as a feature request yet. I'd like to hear if anyone has thoughts about this idea.