summaryrefslogtreecommitdiffstats
path: root/database/sqlite/sqlite.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-10-03 23:33:11 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-10-03 23:33:11 +0200
commit1a3a4b3b242e1a045a5f08c91edd074865a85cee (patch)
tree71781295704f67ac76cb50143d53512bf999656f /database/sqlite/sqlite.c
parent62b23e6d98353f4093d42bd3cdf14e826bbd4055 (diff)
downloadeurephia-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