We follow the same pattern that we use for all applications:
Create a registrar inside each class by setting the class type as the log name and register everything you need to enter the class in the local logger. Like this (for example ... there are other ways to declare a registrar):
private static readonly ILog _log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
, , , .