Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<layout type="log4net.Layout.PatternLayout">
<converter>
<name value="HTTPUser" />
<type value="hbulens.Logging.HttpContextUserPatternConverter" />
</converter>
<conversionPattern value="%level %date - %message - [%property{Category}] - [%HTTPUser] %newline" />
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment