log4net doesn\'t do the correct PatternString substitution for my login name. I want my log to be
PatternString
Logs\\YYYYMMDD\\MSMQcore_[username].lo
Using "%username" works for me;
But then again I am in the context of a standard WinForms application, not an ASP.NET app. Not sure if this is what you're looking for.