diff options
author | David Sommerseth <dazo@users.sourceforge.net> | 2008-10-03 23:33:11 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2008-10-03 23:33:11 +0200 |
commit | 1a3a4b3b242e1a045a5f08c91edd074865a85cee (patch) | |
tree | 71781295704f67ac76cb50143d53512bf999656f /database/sqlite/sqlite.c | |
parent | 62b23e6d98353f4093d42bd3cdf14e826bbd4055 (diff) | |
download | eurephia-1a3a4b3b242e1a045a5f08c91edd074865a85cee.tar.gz eurephia-1a3a4b3b242e1a045a5f08c91edd074865a85cee.tar.xz eurephia-1a3a4b3b242e1a045a5f08c91edd074865a85cee.zip |
Log review (part 1) - log categories
Went through all parts of the code, and reorganised log categories. The
following "rules" where used for categorisation:
LOG_INFO - General info, should avoid log level higher than 5
LOG_DEBUG - Using DEBUG function only log level always > 10
LOG_WARNING - When something action fails, but not as severe that
the process cannot continue. Log level never > 2
LOG_ERROR - API errors, but not severe, can continue
LOG_FATAL - Action failed and we cannot continue in this function.
Log level always < 2
LOG_PANIC - Action failed and eurephia-auth cannot continue to
work any more (program restart needed). Log level
always 0
Diffstat (limited to 'database/sqlite/sqlite.c')
0 files changed, 0 insertions, 0 deletions