I need to create per-user log - amount of logged data will be significant and I don't want to keep it in a single file.
Is there a way to configure log4net in such way, that I'll be able to specify, which file log should be written to?
Surely, I can write my own appender. But how to pass to it (nicely) information about the destination file?