mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Make sure logger is reloaded at general reload in the cli.
(Discovered during Asterisk training in Portugal) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@91366 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -64,6 +64,9 @@ void ast_log(int level, const char *file, int line, const char *function, const
|
||||
|
||||
void ast_backtrace(void);
|
||||
|
||||
/*! \brief Reload logger without rotating log files */
|
||||
int logger_reload(void);
|
||||
|
||||
void ast_queue_log(const char *queuename, const char *callid, const char *agent, const char *event, const char *fmt, ...)
|
||||
__attribute__ ((format (printf, 5, 6)));
|
||||
|
||||
|
Reference in New Issue
Block a user