I am interested in implementing the solution for logging as specified here https://stackoverflow.com/a/21944943/529273
What I don't understand, and can't find in the log4net manual is what what to specify in the log4net configuration. In the discussion on that page it suggests
<layout type="ScratchPad.CustomPatternLayout,ScratchPad">
<conversionPattern value="%date %-5level %message%newline %type %file %line %method %location %class %stack" />
</layout>
What is ScratchPad? Is that the assembly name?