oxen-core/src/device
Jason Rhinelander c9934b9f5f
Change most oxen::log::whatever to log::whatever
oxen::log::info(...), etc. are a bit too verbose; this simplifies them
to just `log::info(...)`, etc. by aliasing the `oxen::log` namespace
into most of the common namespaces we use in core.

This result is usage that is shorter but also reads better:

    oxen::log::info(logcat, "blah: {}", 42);

    log::info(logcat, "blah: {}", 42);
2022-10-17 13:41:43 -03:00
..
CMakeLists.txt Logging Refactor 2022-10-17 13:41:10 -03:00
device.cpp Change most oxen::log::whatever to log::whatever 2022-10-17 13:41:43 -03:00
device.hpp Change most oxen::log::whatever to log::whatever 2022-10-17 13:41:43 -03:00
device_cold.hpp De-nest wallet2 structs used externally 2020-08-07 17:14:02 -03:00
device_default.cpp merge dev branch with RPC/wallet3 changes 2022-07-11 20:40:50 -04:00
device_default.hpp merge dev branch with RPC/wallet3 changes 2022-07-11 20:40:50 -04:00
device_ledger.cpp Change most oxen::log::whatever to log::whatever 2022-10-17 13:41:43 -03:00
device_ledger.hpp merge dev branch with RPC/wallet3 changes 2022-07-11 20:40:50 -04:00
io_device.hpp Add LedgerTCP hardware wallet support 2021-11-04 01:35:46 -03:00
io_hid.cpp Change most oxen::log::whatever to log::whatever 2022-10-17 13:41:43 -03:00
io_hid.hpp Add LedgerTCP hardware wallet support 2021-11-04 01:35:46 -03:00
io_ledger_tcp.cpp Change most oxen::log::whatever to log::whatever 2022-10-17 13:41:43 -03:00
io_ledger_tcp.hpp Add LedgerTCP hardware wallet support 2021-11-04 01:35:46 -03:00
log.cpp Change most oxen::log::whatever to log::whatever 2022-10-17 13:41:43 -03:00
log.hpp Cleanups 2020-12-08 16:00:07 -04:00