Loading...
Searching...
No Matches
by::verboseFlag Class Reference

Flag for enabling verbose logging output. More...

#include <verboseFlag.hpp>

Inheritance diagram for by::verboseFlag:

Public Member Functions

 verboseFlag (cli &c)
 
const nchargetName () const override
 
const nchargetDescription () const override
 

Protected Member Functions

const strings & _getRegExpr () const override
 
res _onTake (const flagArgs &tray) const override
 

Detailed Description

Flag for enabling verbose logging output.

When this flag is activated, the interpreter and related components will produce more detailed and extensive log messages, useful for in-depth debugging and monitoring.

// Example usage:
// frontend --verbose
// frontend -v

The documentation for this class was generated from the following file:
to Top