This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
FREAX/etc/manuals/api-log
2022-07-18 19:33:40 +02:00

12 lines
370 B
Text

The Logging API serves as a log file
handler.
Logs are viewed through dmesg ('man dmesg')
Functions with corresponding files:
writeAuth(msg) -> /var/log/auth
writeBootLog(msg) -> /var/log/boot
writeMessage(msg) -> /var/log/messages
writeSyslog(msg) -> /var/log/syslog
writeSecurity(msg) -> /var/log/security
writeShutdown(msg) -> /var/log/shutdown