From 2af820da9506d98fabf655b603484c28b0eaf7e1 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 27 Apr 2015 00:13:50 +0200 Subject: [PATCH] Added hint on how to use logging --- README.Developer | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.Developer b/README.Developer index a01e1a2..fdb18bc 100644 --- a/README.Developer +++ b/README.Developer @@ -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" +