Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


logchannel Struct Reference
Collaboration diagram for logchannel:

Data Fields

char components [0]
int disabled
int facility
char filename [PATH_MAX]
FILE * fileptr
int lineno
struct {
   struct logchannel *   next
list
unsigned int logmask
enum logtypes type

Field Documentation

char components[0]

Components (levels) from last config load

Definition at line 122 of file logger.c.

Referenced by make_logchannel(), and update_logchannels().

int disabled

If this channel is disabled or not

Definition at line 108 of file logger.c.

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

int facility

syslog facility

Definition at line 110 of file logger.c.

Referenced by make_logchannel().

char filename[PATH_MAX]

Filename

Definition at line 116 of file logger.c.

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

FILE* fileptr

logfile logging file pointer

Definition at line 114 of file logger.c.

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

int lineno

Line number from configuration file

Definition at line 120 of file logger.c.

Referenced by make_logchannel(), and update_logchannels().

unsigned int logmask

What to log to this channel

Definition at line 106 of file logger.c.

Referenced by make_logchannel(), init_logger_chain(), handle_logger_show_channels(), logger_print_normal(), and update_logchannels().

struct logchannel* next

Definition at line 118 of file logger.c.

Referenced by logger_thread().

enum logtypes type

Type of log channel

Definition at line 112 of file logger.c.

Referenced by make_logchannel(), init_logger_chain(), handle_logger_show_channels(), and logger_print_normal().


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