log4net PatternLayout and PatternConverter
I have the following scenario:
I'm using Unity dependency injection container and interception techniques to log some WCF operation calls. I need to log the input parameters and also the...
Custom properties log4net
I had the need to add some custom properties in my log4net messages.
I used the log4net contexts like this:
log4net.ThreadContext.Properties = messageId;
And then updated my rolling file appender:
<!-- Rolling File...