aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/misc_log_ex.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-05-01core: move tx_extra parsing errors to log level 1moneromooo-monero1-1/+9
They're not fatal, though indicate something wrong
2016-04-02epee: flush output after a messagemoneromooo-monero1-0/+1
This is equivalent to line buffering, as C++ seems to lack a setvbuf equivalent which alows line buffering.
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-1/+1
Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-1/+1
Useful for debugging users' logs
2016-01-03ARM chars are unsignedHoward Chu1-1/+1
2015-12-19epee: make log macros behave like statementsmoneromooo-monero1-22/+22
In particular, make this kind of thing do what one expects it to do: if (x) LOG_PRINT("True"); else LOG_PRINT("No");
2015-08-16epee: Don't set log file name when process path name isn't foundwarptangent1-1/+2
If process path name isn't found, then leave log file name blank. This also applies if a process name is found, but it's blank after removing a trailing dot extension.
2014-09-09moved non-critical warnings and errors to log level 1fluffypony1-0/+1
2014-07-25move modified epee code to new classes, revert licensefluffypony1-28/+25
2014-07-23License updated to BSD 3-clausefluffypony1-25/+28
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-0/+3
2014-03-20some fixesAntonio Juarez1-15/+42
2014-03-03moved all stuff to githubAntonio Juarez1-0/+1426