logging.h

Branch


Log

Author Commit Date CI Message
Con Kolivas 879a7a56 2017-04-28T11:18:41 Add a --decode option that decodes a pool's coinbase transactions and exits.
Con Kolivas 5bae526b 2014-02-28T12:20:33 Use an early_quit function for shutting down when we have not successfully initialised that does not try to clean up.
Con Kolivas 1ca3bf7e 2014-02-15T16:55:47 Add a simplelog function that does not log date and time.
Con Kolivas 8e9f32a8 2013-10-18T23:30:05 Add a forcelog variant of applog which invalidates any console lock to force output.
Kano 0d4edbe9 2013-08-31T13:41:37 logging - applogsiz() for large messages
Kano bd3612c1 2013-08-12T08:38:02 util.c expand quit to show file/func/line
Kano 7eba9634 2013-06-15T22:03:56 remove varargs from logging/quit/in general as much as possible
Kano 8f08a327 2013-05-02T22:50:25 applog - force type checking
Kano 568b0fed 2012-09-01T18:21:08 API allow full debug settings control
zefir e0fec357 2012-02-11T19:31:34 modularized logging, support for priority based logging Functions related to logging are extracted into dedicated source files for better maintainability. The existing low-level logging API is extended with a generalized scheme providing log functions log_{error, warning, notice, info, debug} that log messages based on a global opt_log_level. opt_log_level for now is set to LOG_NOTICE and might be modified via command line options or config files in future releases.