Expose function to get the current log level
This will allow to avoid unnecessary processing for creating logs which will be discarded anyway.
This commit is contained in:
@@ -17,4 +17,7 @@
|
||||
void
|
||||
sc_set_log_level(enum sc_log_level level);
|
||||
|
||||
enum sc_log_level
|
||||
sc_get_log_level(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user