* This file contains functions for logging messages.
*
* Included functionality is opening and closing the log file, setting the log
* level, and logging messages
*/
#include"logging.h"
FILE*log_file=NULL;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.