Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm setting up NLog to log to a database. How do I create a layout renderer which I can pass custom values to at the point of creating the log entry. Ideally i'd like to map different things onto different columns in my db. Cheers, Chris.

share|improve this question
It's not clear to me what you are trying to do. You can already use the GlobalDiagnosticContext and MappedDiagnosticContext to store named values to be added to your logging output (via the corresponding LayourRenderers). If you are creating LogEventInfo objects and logging them via the Log method yourself, you can also add named values to the LogEventInfo.Context. Will these not do what you want? – wageoghe Jun 14 '12 at 18:54

closed as not a real question by George Stocker Jul 5 '12 at 15:18

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.