Releases: ppradillos/log4embedded
v1.0.0
First release of the log4embedded library. This version offers: a friendly API to select the suitable log level for your app (no logs, critical, error, warning, info, debug), log file capability, and several print functions based on needed log level for the specific event.
In addition, if log output is stdout (default option if no log file is selected), then the foreground color of the messages will change depending on log category: critical = red, error = bright red, warning = bright yellow, info = bright green, debug = default color.
In this version, 3 tarballs with the binary distribution are released, each of them targeting Linux systems, but different architectures: x86_64, ARM, aarch64. Please, download the tarball which fits into your target machine.