lokinet/llarp/util/logging
Jason Rhinelander d588f777c7
Fix logging of std::byte values
They were failing to compile if output because implicit integer
promotion doesn't work for std::byte's (but rather needs an explicit
std::to_integer call).
2021-04-19 06:58:36 -04:00
..
android_logger.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
android_logger.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
buffer.cpp fix and format. 2021-04-19 06:57:46 -04:00
buffer.hpp fix and format. 2021-04-19 06:57:46 -04:00
file_logger.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
file_logger.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
json_logger.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
json_logger.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
logger_internal.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
logger_internal.hpp Fix logging of std::byte values 2021-04-19 06:58:36 -04:00
logger_syslog.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
logger.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
logger.hpp fix and format. 2021-04-19 06:57:46 -04:00
loglevel.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
loglevel.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
logstream.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
ostream_logger.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
ostream_logger.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
syslog_logger.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
win32_logger.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00
win32_logger.hpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00