Flush main log (as well) before exit
[oweals/dinit.git] / src / dinit-log.cc
2019-12-26 Davin McCallFlush main log (as well) before exit
2019-12-13 Davin McCallAvoid copying string arguments to log functions (always...
2019-07-05 Davin McCallAdd -q/--quiet option for supressing console output.
2019-06-02 Davin McCallDon't abuse std::find to find end of special message.
2019-05-24 Davin McCallFix log levels (swap console/main log).
2019-05-10 Davin McCallDon't discard buffer unless >1 second has elapse since...
2018-05-21 Davin McCallSet main log format earlier.
2018-05-21 Davin McCallCorrect some logic for handling overflow messages in...
2018-03-20 Davin McCallMake "syslog" formatting of main log entries optional.
2018-02-27 Davin McCallSet default log level for main log (not console) to...
2018-02-27 Davin McCallLogging: support for supressing output to console per...
2018-02-27 Davin McCalllogging: refactoring, add comment.
2018-01-09 Davin McCallBig rename/namespace cleanup.
2017-07-04 Davin McCallMore camelCase to under_score renaming.
2017-07-04 Davin McCallVarious renaming of camelCase to underscored_name for...
2017-06-15 Davin McCallRename various classes/functions for consistency.
2017-06-12 Davin McCallOn interrupted start, unlink from console wait queue.
2017-05-24 Davin McCallFix pointer bug in logging.
2017-03-27 Davin McCallUpdate Dasynq library and API usage
2017-03-19 Davin McCallUpdate Dasynq library, and API usage throughout.
2017-03-12 Davin McCallUpdate dasynq library, and make appropriate changes...
2016-06-21 Davin McCallClean up some TODOs
2016-06-18 Davin McCallAdd a method to discard the console log buffer contents.
2016-06-18 Davin McCallUpdate Dasynq, again, and update Dinit code to reflect...
2016-06-16 Davin McCallYet another Dasynq update
2016-06-16 Davin McCallPull in latest Dasynq, which means a massive amount...
2016-06-15 Davin McCallWrite log messages which cross the circular buffer...
2016-06-11 Davin McCallMap dinit-log log levels to syslog log levels
2016-06-11 Davin McCallEnable logging to syslog. v0.02
2016-06-11 Davin McCallFix (remove) noexcept specification for init_log().
2016-06-11 Davin McCallFull support within the logging subsystem to an externa...
2016-06-11 Davin McCallMore refactoring in preparation for proper logging...
2016-06-11 Davin McCallMinor refactoring
2016-06-06 Davin McCallWhitespace fixes v0.01
2016-06-06 Davin McCallRefactoring, and actually enable console log in enable_...
2016-06-06 Davin McCallRemove obseleted TODO comment
2016-06-06 Davin McCallAdd console watch for logging once, then enable and...
2016-06-05 Davin McCallFix condition in is_log_flushed
2016-06-05 Davin McCallMake all log messages go via the log buffer.
2016-06-05 Davin McCallRefactorings.
2016-06-05 Davin McCallRip out libev, replace with dasynq (new library written...
2016-01-19 Davin McCallRefactoring. Move buffered output management (variables...
2016-01-19 Davin McCallUse non-blocking I/O and event notification for console...
2016-01-16 Davin McCallIntroduce method to enable/disable console logging...
2016-01-05 Davin McCallMove source files int src directory