I've enhanced logging to do my own with a Moose 'after' using:

Moose::Util::apply_all_roles(MyApp->log, 'My::Logger');

which inserts warn, error, and fatal messages into a DB.  But I want
to also include info about the request they came from and the active
user.  Any suggestions on how to get at that info from my custom
logger?

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to