Mon Sep 20 2010 00:34:54

Asterisk developer's documentation


Data Fields

logchannel Struct Reference

Collaboration diagram for logchannel:
Collaboration graph
[legend]

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 120 of file logger.c.


Field Documentation

int disabled

Definition at line 122 of file logger.c.

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

int facility

Definition at line 123 of file logger.c.

Referenced by make_logchannel().

char filename[256]
FILE* fileptr

Definition at line 125 of file logger.c.

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

struct { ... } list
int logmask
struct logchannel* next

Definition at line 127 of file logger.c.

Referenced by logger_thread().

enum logtypes type

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