aboutsummaryrefslogtreecommitdiff
path: root/external/easylogging++/easylogging++.cc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-27easylogging++: test for NULL before dereferencemoneromooo-monero1-2/+2
2018-07-15easylogging++: make the logger handle early/late loggingmoneromooo-monero1-0/+12
2018-04-25easylogging++: cached allowed categoriesmoneromooo-monero1-1/+10
It turns out this can be fairly heavy when logging a lot
2018-02-01call _exit instead of abort in release modemoneromooo-monero1-0/+6
Avoids cores being created, as they're nowadays often piped to some call home system
2017-12-18easylogging++: avoid buffer underflowmoneromooo-monero1-2/+3
2017-12-09easylogging: show the 'no stack trace' warning only onceston1th1-0/+1
If execinfo.h is not available, output the stack trace warning only once, so we don't spam the build logs with it.
2017-09-22easylogging++: add categories gettermoneromooo-monero1-1/+15
2017-05-28easylogging++: log timestamps in GMT for privacymoneromooo-monero1-3/+3
2017-05-05Merge pull request #1997Riccardo Spagni1-0/+1
5d86c9f4 easylogging++: default to creating categories by default (moneromooo-monero)
2017-04-22easylogging++: default to creating categories by defaultmoneromooo-monero1-0/+1
This avoids error spews from easylogging++ when we try to log something before easylogging is initialized, which can happen when errors happen at command line parsing time
2017-04-12Easylogging: remove invalid static in function member definitionMoroccanMalinois1-1/+1
2017-04-10easylogging++: allow clipping a common filename prefixmoneromooo-monero1-3/+15
2017-04-10easylogging++: add file-only logsmoneromooo-monero1-9/+11
2017-04-10eayslogging++: Fix bad memory access before opening any filesmoneromooo-monero1-0/+1
2017-04-10easylogging++: avoid creating directory/filename for the builtin default log ↵moneromooo-monero1-0/+2
file
2017-04-10easylogging++: add categoriesmoneromooo-monero1-1/+102
2017-04-10update easylogging++ to latest upstreammoneromooo-monero1-0/+2979