Add ability to disable log / verbose output to remote consoles (issue #6524 reported by mavetju)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30603 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2006-05-26 19:48:17 +00:00
parent fba5d28317
commit 9b18892314
4 changed files with 80 additions and 6 deletions

View File

@@ -82,6 +82,9 @@ int ast_unregister_verbose(void (*verboser)(const char *string, int opos, int re
int ast_verbose_dmesg(void (*verboser)(const char *string, int opos, int replacelast, int complete));
void ast_console_puts(const char *string);
extern void ast_console_puts_mutable(const char *string);
extern void ast_console_mute(int fd);
#define _A_ __FILE__, __LINE__, __PRETTY_FUNCTION__
#ifdef LOG_DEBUG