MythTV master
Public Attributes | List of all members
LogPropagateOpts Struct Reference
Collaboration diagram for LogPropagateOpts:
[legend]

Public Attributes

bool m_propagate { false }
 
int m_quiet { 0 }
 
int m_facility { 0 }
 
QString m_path { "" }
 
bool m_loglong { false }
 

Detailed Description

Definition at line 77 of file logging.cpp.

Member Data Documentation

◆ m_facility

int LogPropagateOpts::m_facility { 0 }

Definition at line 80 of file logging.cpp.

Referenced by logPropagateCalc(), and logStart().

◆ m_loglong

bool LogPropagateOpts::m_loglong { false }

Definition at line 82 of file logging.cpp.

Referenced by logPropagateCalc(), and logStart().

◆ m_path

QString LogPropagateOpts::m_path { "" }

Definition at line 81 of file logging.cpp.

Referenced by logPropagateCalc(), and logStart().

◆ m_propagate

bool LogPropagateOpts::m_propagate { false }

Definition at line 78 of file logging.cpp.

Referenced by logPropagateCalc(), and logStart().

◆ m_quiet

int LogPropagateOpts::m_quiet { 0 }

Definition at line 79 of file logging.cpp.

Referenced by logPropagateCalc(), logPropagateQuiet(), and logStart().


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