Added hint on how to use logging

This commit is contained in:
Christoph Haas 2015-04-27 00:13:50 +02:00
parent 149b2c63f7
commit 2af820da95

View file

@ -52,3 +52,12 @@ Components:
Importer
How Debian repositories are organized: https://wiki.debian.org/RepositoryFormat
--
Logging from within the application into the database's "log" table:
Log.log "foo"
or with section (default='frontend'):
Log.log "foo", "importer"