Thu Apr 28 2011 17:16:25

Asterisk developer's documentation


logmsg Struct Reference

Collaboration diagram for logmsg:

Data Fields

char date [256]
char file [80]
char function [80]
int level
int line
struct {
   struct logmsg *   next
list
long process_id
char str [0]
enum logmsgtypes type

Detailed Description

Definition at line 141 of file logger.c.


Field Documentation

char date[256]

Definition at line 143 of file logger.c.

Referenced by ast_log(), and logger_print_normal().

char file[80]

Definition at line 145 of file logger.c.

Referenced by ast_log(), and logger_print_normal().

char function[80]

Definition at line 147 of file logger.c.

Referenced by ast_log(), and logger_print_normal().

int level

Definition at line 144 of file logger.c.

Referenced by ast_log(), and logger_print_normal().

int line

Definition at line 146 of file logger.c.

Referenced by ast_log(), and logger_print_normal().

struct { ... } list
struct logmsg* next

Definition at line 149 of file logger.c.

long process_id

Definition at line 148 of file logger.c.

Referenced by ast_log(), and logger_print_normal().

char str[0]

Definition at line 150 of file logger.c.

Referenced by __ast_verbose_ap(), ast_log(), logger_print_normal(), and logger_print_verbose().

Definition at line 142 of file logger.c.

Referenced by __ast_verbose_ap(), and ast_log().


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