mirror of
https://github.com/oxen-io/oxen-core.git
synced 2023-12-14 02:22:56 +01:00
c9934b9f5f
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); |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
device.cpp | ||
device.hpp | ||
device_cold.hpp | ||
device_default.cpp | ||
device_default.hpp | ||
device_ledger.cpp | ||
device_ledger.hpp | ||
io_device.hpp | ||
io_hid.cpp | ||
io_hid.hpp | ||
io_ledger_tcp.cpp | ||
io_ledger_tcp.hpp | ||
log.cpp | ||
log.hpp |