krossbar-log-lib
Krossbar logging library
The library is used to connect to Krossbar logging service to send log messages and receive log control commands.
See Krossbar log control documentation on how to control logging.
The library uses Unix stream connection to send logging messages, which means you need running Krossbar logger to log mesage. In case service can't connect to the logger, it logs to stdout.
Also, you can use Logger manually to control whether log into stdout or send message to the logger. Both option are independent.
In case you use Krossbar logger, you have to run logging loop using Logger::run.
Examples
use Duration;
use *;
use init_logger;
use select;
async