Removed obsolete functionality.

No need for debug, trace or messages prefixes or suffixes.
This commit is contained in:
Johan Wikman
2015-11-04 09:08:49 +02:00
parent d57b4cd531
commit d7af979ad9
2 changed files with 11 additions and 141 deletions

View File

@ -174,10 +174,6 @@ int skygw_log_get_augmentation();
EXTERN_C_BLOCK_END
const char* get_trace_prefix_default(void);
const char* get_trace_suffix_default(void);
const char* get_msg_prefix_default(void);
const char* get_msg_suffix_default(void);
const char* get_err_prefix_default(void);
const char* get_err_suffix_default(void);
const char* get_logpath_default(void);