3.6. Logging
Specializations of the Logger class can write logs to files, but also use various logging APIs. This page collects reference documentation of those APIs, as well as example command lines to read those logs. The System_Logger typedef will be defined to be one of those classes depending on the OS detected at compile time.
adb logcat -s log_tag -v color
https://developer.apple.com/documentation/os/1643744-os_log_create
https://developer.apple.com/documentation/os/os_log_with_type
log stream --level info --predicate 'category=="log_tag"'
log stream --level info --predicate 'subsystem=="org.joedb"'
sudo tail -f /var/log/syslog | grep log_tagsystemd (not yet supported by joedb)