plugify 1.2.8
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
plugify::Config::Logging Struct Reference

Public Member Functions

bool HasCustomSeverity () const
 
bool HasCustomPrintReport () const
 
bool HasCustomPrintLoadOrder () const
 
bool HasCustomPrintDependencyGraph () const
 
bool HasCustomPrintDigraphDot () const
 
bool HasExportPath () const
 

Public Attributes

Severity severity { Severity::Error }
 
bool printReport = false
 
bool printLoadOrder = false
 
bool printDependencyGraph = false
 
bool printDigraphDot = false
 
std::filesystem::path exportDigraphDot
 

Detailed Description

Definition at line 155 of file config.hpp.

Member Function Documentation

◆ HasCustomPrintDependencyGraph()

bool plugify::Config::Logging::HasCustomPrintDependencyGraph ( ) const
inline

Definition at line 175 of file config.hpp.

◆ HasCustomPrintDigraphDot()

bool plugify::Config::Logging::HasCustomPrintDigraphDot ( ) const
inline

Definition at line 179 of file config.hpp.

◆ HasCustomPrintLoadOrder()

bool plugify::Config::Logging::HasCustomPrintLoadOrder ( ) const
inline

Definition at line 171 of file config.hpp.

◆ HasCustomPrintReport()

bool plugify::Config::Logging::HasCustomPrintReport ( ) const
inline

Definition at line 167 of file config.hpp.

◆ HasCustomSeverity()

bool plugify::Config::Logging::HasCustomSeverity ( ) const
inline

Definition at line 163 of file config.hpp.

◆ HasExportPath()

bool plugify::Config::Logging::HasExportPath ( ) const
inline

Definition at line 183 of file config.hpp.

Member Data Documentation

◆ exportDigraphDot

std::filesystem::path plugify::Config::Logging::exportDigraphDot

Definition at line 161 of file config.hpp.

◆ printDependencyGraph

bool plugify::Config::Logging::printDependencyGraph = false

Definition at line 159 of file config.hpp.

◆ printDigraphDot

bool plugify::Config::Logging::printDigraphDot = false

Definition at line 160 of file config.hpp.

◆ printLoadOrder

bool plugify::Config::Logging::printLoadOrder = false

Definition at line 158 of file config.hpp.

◆ printReport

bool plugify::Config::Logging::printReport = false

Definition at line 157 of file config.hpp.

◆ severity

Severity plugify::Config::Logging::severity { Severity::Error }

Definition at line 156 of file config.hpp.


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