Mon Sep 20 2010 00:34:54

Asterisk developer's documentation


Data Fields

logmsg Struct Reference

Collaboration diagram for logmsg:
Collaboration graph
[legend]

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


Field Documentation

char date[256]

Definition at line 139 of file logger.c.

Referenced by ast_log(), and logger_print_normal().

char file[80]

Definition at line 141 of file logger.c.

Referenced by ast_log(), and logger_print_normal().

char function[80]

Definition at line 143 of file logger.c.

Referenced by ast_log(), and logger_print_normal().

int level

Definition at line 140 of file logger.c.

Referenced by ast_log(), and logger_print_normal().

int line

Definition at line 142 of file logger.c.

Referenced by ast_log(), and logger_print_normal().

struct { ... } list
struct logmsg* next

Definition at line 145 of file logger.c.

long process_id

Definition at line 144 of file logger.c.

Referenced by ast_log(), and logger_print_normal().

char str[0]

Definition at line 146 of file logger.c.

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

Definition at line 138 of file logger.c.

Referenced by __ast_verbose_ap(), and ast_log().


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