Included in hadrian.contrib is hadrian.contrib.pomona a database driven logging module.
Add hadrian.contrib.pomona to installed apps.
Using the logger is as simple as importing the helper and calling this handy method:
from hadrian.contrib.pomona.helpers import log_message
log_message("This is an error message.", "Error")