php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zlog_stream Struct Reference

#include <zlog.h>

Data Fields

int flags
 
unsigned int use_syslog:1
 
unsigned int use_fd:1
 
unsigned int use_buffer:1
 
unsigned int use_stderr:1
 
unsigned int prefix_buffer:1
 
unsigned int finished:1
 
unsigned int full:1
 
unsigned int wrap:1
 
unsigned int msg_quote:1
 
unsigned int decorate:1
 
unsigned int is_stdout:1
 
int fd
 
int line
 
int child_pid
 
const char * function
 
struct zlog_stream_buffer buf
 
size_t len
 
size_t buf_init_size
 
size_t prefix_len
 
char * msg_prefix
 
size_t msg_prefix_len
 
char * msg_suffix
 
size_t msg_suffix_len
 
char * msg_final_suffix
 
size_t msg_final_suffix_len
 

Detailed Description

Definition at line 64 of file zlog.h.

Field Documentation

◆ buf

struct zlog_stream_buffer zlog_stream::buf

Definition at line 81 of file zlog.h.

◆ buf_init_size

size_t zlog_stream::buf_init_size

Definition at line 83 of file zlog.h.

◆ child_pid

int zlog_stream::child_pid

Definition at line 79 of file zlog.h.

◆ decorate

unsigned int zlog_stream::decorate

Definition at line 75 of file zlog.h.

◆ fd

int zlog_stream::fd

Definition at line 77 of file zlog.h.

◆ finished

unsigned int zlog_stream::finished

Definition at line 71 of file zlog.h.

◆ flags

int zlog_stream::flags

Definition at line 65 of file zlog.h.

◆ full

unsigned int zlog_stream::full

Definition at line 72 of file zlog.h.

◆ function

const char* zlog_stream::function

Definition at line 80 of file zlog.h.

◆ is_stdout

unsigned int zlog_stream::is_stdout

Definition at line 76 of file zlog.h.

◆ len

size_t zlog_stream::len

Definition at line 82 of file zlog.h.

◆ line

int zlog_stream::line

Definition at line 78 of file zlog.h.

◆ msg_final_suffix

char* zlog_stream::msg_final_suffix

Definition at line 89 of file zlog.h.

◆ msg_final_suffix_len

size_t zlog_stream::msg_final_suffix_len

Definition at line 90 of file zlog.h.

◆ msg_prefix

char* zlog_stream::msg_prefix

Definition at line 85 of file zlog.h.

◆ msg_prefix_len

size_t zlog_stream::msg_prefix_len

Definition at line 86 of file zlog.h.

◆ msg_quote

unsigned int zlog_stream::msg_quote

Definition at line 74 of file zlog.h.

◆ msg_suffix

char* zlog_stream::msg_suffix

Definition at line 87 of file zlog.h.

◆ msg_suffix_len

size_t zlog_stream::msg_suffix_len

Definition at line 88 of file zlog.h.

◆ prefix_buffer

unsigned int zlog_stream::prefix_buffer

Definition at line 70 of file zlog.h.

◆ prefix_len

size_t zlog_stream::prefix_len

Definition at line 84 of file zlog.h.

◆ use_buffer

unsigned int zlog_stream::use_buffer

Definition at line 68 of file zlog.h.

◆ use_fd

unsigned int zlog_stream::use_fd

Definition at line 67 of file zlog.h.

◆ use_stderr

unsigned int zlog_stream::use_stderr

Definition at line 69 of file zlog.h.

◆ use_syslog

unsigned int zlog_stream::use_syslog

Definition at line 66 of file zlog.h.

◆ wrap

unsigned int zlog_stream::wrap

Definition at line 73 of file zlog.h.


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