CCF/3rdparty/fmt
Eddy Ashton d19f0b368f
Friendlier formatting of log messages (#179)
* Stop repeating FMT_HEADER_ONLY

* Remove unnecessary format separator

* Add LOG_*_FMT macros

* Many replacements, mostly LOG_INFO > LOG_INFO_FMT

* Finish nodestate.h

* Fix typos

* Halfway through raft.h

* LOG_FATAL > LOG_FATAL_FMT

* Prefer continue to empty while, for readability

* Replace all LOGs in tcp.h

* Replace remaining LOG_TRACEs

* Add picobench tests comparing LOG_DEBUG with LOG_DEBUG_FMT

* Simplify string-only logs

* Another batch of renames

* Replace in keypair.h

* Include ostream.h - we defined operator<< and want to use it

* Clarify comments

* Replace in kv.h

* Replacements in rpcconnections.h

* Replacements in nodeconnections.h

* Final pass on LOG_FAILs

* Add missing brackets noticed in review
2019-06-19 17:51:45 +01:00
..
chrono.h fmtlib (#89) 2019-05-24 10:17:29 +01:00
color.h fmtlib (#89) 2019-05-24 10:17:29 +01:00
core.h fmtlib (#89) 2019-05-24 10:17:29 +01:00
format-inl.h fmtlib (#89) 2019-05-24 10:17:29 +01:00
format.h fmtlib (#89) 2019-05-24 10:17:29 +01:00
format_header_only.h Friendlier formatting of log messages (#179) 2019-06-19 17:51:45 +01:00
locale.h fmtlib (#89) 2019-05-24 10:17:29 +01:00
ostream.h fmtlib (#89) 2019-05-24 10:17:29 +01:00
posix.h fmtlib (#89) 2019-05-24 10:17:29 +01:00
printf.h fmtlib (#89) 2019-05-24 10:17:29 +01:00
ranges.h fmtlib (#89) 2019-05-24 10:17:29 +01:00
time.h fmtlib (#89) 2019-05-24 10:17:29 +01:00