There were 2 solutions suggested so far Environment variables using %username% in the filename section, and low level unmanaged code to accomplish it. Environment variables would be susceptible to pulling back only the user that is running the app (the server process login), not the form's login validated username or userGuid.
Has this been fixed or changed in EntLib 5? can I somehow configure a per user log within a category or categories? so that I can log App_Data/User1.Recordings.log and App_Data/User1.Category2.log, etc. ?