I want to use the logbook module for logging the actions of users in a cms/web application into logfiles by user (up to 50 users).
What is the particular pattern to deal with a varying number of logfiles - especially when the destination logfile can only be determined at runtime (during the web request where we can determine the personality of the currently authenticated users). In general I am able to determine the user id easily e.g. within a handler...but how to deal with the target logfile. -aj -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
