log4c-config
C library for flexible logging (development)
Install
- All systems
-
curl cmd.cat/log4c-config.sh
- Debian
-
apt-get install liblog4c-dev
- Ubuntu
-
apt-get install liblog4c-dev
- Kali Linux
-
apt-get install liblog4c-dev
- Fedora
-
dnf install mingw64-log4c
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install liblog4c-dev
- Raspbian
-
apt-get install liblog4c-dev
- Dockerfile
- dockerfile.run/log4c-config
liblog4c-dev
C library for flexible logging (development)
Log4c is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (http://logging.apache.org), staying as close to their API as is reasonable. This package contains the Log4c development files.