Thu Apr 28 2011 16:57:21

Asterisk developer's documentation


logchannel Struct Reference

Collaboration diagram for logchannel:

Data Fields

int disabled
int facility
char filename [256]
FILE * fileptr
struct {
   struct logchannel *   next
list
int logmask
enum logtypes type

Detailed Description

Definition at line 124 of file logger.c.


Field Documentation

int disabled

Definition at line 126 of file logger.c.

Referenced by handle_logger_show_channels(), logger_print_normal(), and reload_logger().

int facility

Definition at line 127 of file logger.c.

Referenced by make_logchannel().

char filename[256]
FILE* fileptr

Definition at line 129 of file logger.c.

Referenced by close_logger(), logger_print_normal(), make_logchannel(), and reload_logger().

struct logchannel* next

Definition at line 131 of file logger.c.

Referenced by logger_thread().


The documentation for this struct was generated from the following file: