Customisable logging levels

This commit is contained in:
James Booth
2012-08-19 03:43:18 +01:00
parent 74a88ad566
commit e698738745
6 changed files with 50 additions and 12 deletions

View File

@@ -23,7 +23,7 @@
#ifndef PROFANITY_H
#define PROFANITY_H
void profanity_init(const int disable_tls);
void profanity_init(const int disable_tls, char *log_level);
void profanity_run(void);
void profanity_shutdown(void);