I'm trying to configure log4net with Unity, but I don't think I fullu understand what needs to be done.
In particular I can't figure how to log the %thread such that it logs the name of the class.
I created a MyLog4Net : ILogger class, but I don't get how I pass this class the calling class and how this relates to the logger name in the config section ( < logger name="File" > ).
If someone could explain this to me I'd be grateful. Thanks