This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
Use Boost.Log #33
Labels
Comments
In a normal world, this would be a minor enhancement. In Kovri's world, nothing is minor 😅 |
See #40 |
Latest related commit: a94af0c |
more testing of the code |
@majestrate should we write tests? And any thoughts on how we can swing this with #53? |
unit tests are a must |
Closed
Also, removal of deprecated log code. |
anonimal
added a commit
to anonimal/kovri
that referenced
this issue
Jun 15, 2016
Also: * Style refactor * Remove unused code * Document remaining code / add important notes
1 task
anonimal
added a commit
that referenced
this issue
Jun 19, 2016
4151d77 Log: fix trivial typo. (anonimal) 456d718 Kovri: s/Warning/Warn/g for consistency with Log. (anonimal) 20b4f27 Log: implement log-levels runtime capability. (anonimal) 7906dfc Daemon: minor log member style refactor. (anonimal) ba5fc9e Log: improve/cleanup stream formatting. (anonimal) 8334124 Log: C++11/14 refactor of ostream operator<< (anonimal) 093dd65 Log: s/GetLogger/GetLogStream/ in LoggerImpl. (anonimal) ed94a21 Log: finish pimpl refactor. Refs #33. (anonimal)
anonimal
added a commit
that referenced
this issue
Jun 19, 2016
4151d77 Log: fix trivial typo. (anonimal) 456d718 Kovri: s/Warning/Warn/g for consistency with Log. (anonimal) 20b4f27 Log: implement log-levels runtime capability. (anonimal) 7906dfc Daemon: minor log member style refactor. (anonimal) ba5fc9e Log: improve/cleanup stream formatting. (anonimal) 8334124 Log: C++11/14 refactor of ostream operator<< (anonimal) 093dd65 Log: s/GetLogger/GetLogStream/ in LoggerImpl. (anonimal) ed94a21 Log: finish pimpl refactor. Refs #33. (anonimal) 73912f3 Travis: grab Coverity cert manually. Refs travis-ci/travis-ci#6142 (anonimal) 18e7666 Travis: add certs. Refs travis-ci/travis-ci#6142 (anonimal) 48e33bc Travis: attempt to fix Coverity. Refs #199. (anonimal)
EinMByte
added a commit
to EinMByte/kovri
that referenced
this issue
Jul 9, 2016
064442e Reseed: fix literal-suffix warning. Refs monero-project#220. (anonimal) 0ce92bd Reseed: do not rely on [a-z] catching all letters (moneromooo-monero) 6306a8e GetFormattedSessionInfo: revert ca5c48e. (anonimal) 3902502 NTCP/SSU: remove LogPrint from ctors/dtors. (anonimal) ca5c48e GetFormattedSessionInfo: fix massive memory leak. (anonimal) 8097275 Docs: add 'Proposals' caveat to contributing guide. (anonimal) 4ca5991 Docs: add commit-title caveat to contributing guide. (anonimal) 4151d77 Log: fix trivial typo. (anonimal) 456d718 Kovri: s/Warning/Warn/g for consistency with Log. (anonimal) 20b4f27 Log: implement log-levels runtime capability. (anonimal) 7906dfc Daemon: minor log member style refactor. (anonimal) ba5fc9e Log: improve/cleanup stream formatting. (anonimal) 8334124 Log: C++11/14 refactor of ostream operator<< (anonimal) 093dd65 Log: s/GetLogger/GetLogStream/ in LoggerImpl. (anonimal) ed94a21 Log: finish pimpl refactor. Refs monero-project#33. (anonimal) 73912f3 Travis: grab Coverity cert manually. Refs travis-ci/travis-ci#6142 (anonimal) 18e7666 Travis: add certs. Refs travis-ci/travis-ci#6142 (anonimal) 48e33bc Travis: attempt to fix Coverity. Refs monero-project#199. (anonimal)
anonimal
added a commit
that referenced
this issue
Jul 14, 2016
eea4075 Crypto: use constant-time comparison in ed25519. (anonimal) 064442e Reseed: fix literal-suffix warning. Refs #220. (anonimal) 0ce92bd Reseed: do not rely on [a-z] catching all letters (moneromooo-monero) 6306a8e GetFormattedSessionInfo: revert ca5c48e. (anonimal) 3902502 NTCP/SSU: remove LogPrint from ctors/dtors. (anonimal) ca5c48e GetFormattedSessionInfo: fix massive memory leak. (anonimal) 8097275 Docs: add 'Proposals' caveat to contributing guide. (anonimal) 4ca5991 Docs: add commit-title caveat to contributing guide. (anonimal) 4151d77 Log: fix trivial typo. (anonimal) 456d718 Kovri: s/Warning/Warn/g for consistency with Log. (anonimal) 20b4f27 Log: implement log-levels runtime capability. (anonimal) 7906dfc Daemon: minor log member style refactor. (anonimal) ba5fc9e Log: improve/cleanup stream formatting. (anonimal) 8334124 Log: C++11/14 refactor of ostream operator<< (anonimal) 093dd65 Log: s/GetLogger/GetLogStream/ in LoggerImpl. (anonimal) ed94a21 Log: finish pimpl refactor. Refs #33. (anonimal)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@majestrate expressed an interest in moving on this. I think its an essential idea but needs more research. See http://www.boost.org/doc/libs/1_59_0/libs/log/doc/html/log/rationale/fork_support.html
The text was updated successfully, but these errors were encountered: