Changeset 1190


Ignore:
Timestamp:
3 Jan 2007, 19:08:22 (18 years ago)
Author:
joachim
Message:

add logging message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getStudentStatistics.py

    r1128 r1190  
    1212return Student Statistic
    1313"""
     14import logging
     15logger = logging.getLogger('Student.Statistic')
     16
    1417try:
    1518    from Products.AdvancedQuery import Eq, Between, Le,In
     
    1821except:
    1922    evalAdvancedQuery = None
     23logger.info('"%s","invoked Statistic"' % context.portal_membership.getAuthenticatedMember())
    2024l = []
    2125if not context.isStaff():
Note: See TracChangeset for help on using the changeset viewer.