Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Sharpfin. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:33, 8 June 2025 Philipp talk contribs created page Log (Created page with "== Overview == The Libreciva log function provides a support function to store and output log messages. In order to use the library function, you must include the header file: <pre> #include "log.h" </pre> === void log_init(char *progname, enum log_to dest, enum log_level, int colour) === This function must be called to initialise the log system. The parameters are as follows: ==== char *progname ==== This is the name of the program. ==== enum log_to dest ==...")