I have wrapped Log4net in a static wrapper and want to log
loggingEvent.LocationInformation.MethodName loggingEvent.LocationInformation.ClassName
What about the %M and %C variables? http://logging.apache.org/log4net/log4net-1.2.11/release/sdk/log4net.Layout.PatternLayout.html
%M
%C
Usage, something like:
Doesn't that do what you are after?