ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
report_config Struct Reference

Data Fields

const char * log_dir
 
const char * log_file
 
const char * include_filter
 
const char * exclude_filter
 
thread_filter_list_t threads
 
bool emit_raw_line
 

Detailed Description

Definition at line 36 of file report.c.

Field Documentation

◆ emit_raw_line

bool report_config::emit_raw_line

Definition at line 42 of file report.c.

◆ exclude_filter

const char* report_config::exclude_filter

Definition at line 40 of file report.c.

◆ include_filter

const char* report_config::include_filter

Definition at line 39 of file report.c.

◆ log_dir

const char* report_config::log_dir

Definition at line 37 of file report.c.

Referenced by main().

◆ log_file

const char* report_config::log_file

Definition at line 38 of file report.c.

◆ threads

thread_filter_list_t report_config::threads

Definition at line 41 of file report.c.

Referenced by main().


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