Questions tagged [verbosity]

Verbosity is the amount of information that is logged or printed to console. The most common verbosity levels are error, warning and verbose.

Verbosity is the amount of information that is logged or printed to the user console. High verbosity level tell more but are difficult to analyze. Logging messages usually have the assigned verbosity level that helps to decide if the message should be stored or displayed.

Verbosity levels are found in many implementations of logging.

140 questions
0
votes
2 answers

PHP - Does 1 vs true, 0 vs false or verbosity of variable names affect performance?

I am currently working on a field level ACL function that will be under really heavy use. Each data field has to pass through this function before being rendered. Performance is thus a key issue for this function Does it matter weather I use 1 vs…
Dieter Gribnitz
  • 5,062
  • 2
  • 41
  • 38
0
votes
4 answers

Using --verbose in multi function python script

I want to add a verbose option to my python script but I'm not sure the best way to go about this. My main() function calls a parse_cmdline() function then a process() function. I want to create a function for my verbose option. I'm not sure where I…
wDroter
  • 1,209
  • 4
  • 17
  • 25
-1
votes
1 answer

in search of a realtime php cli log system with verbosity levels

Im looking for a log system which works with different verbosity levels and flushes to file or console immediately. I work with yii2. They Yii2 Log is good and has info, debug, warn, error levels. But I cannot get it to work realtime to flush on…
thevikas
  • 1,618
  • 1
  • 14
  • 31
-1
votes
1 answer

Develop a module to help generate lottery tickets in python

I have made the two modules (which are incomplete I guess) for the main function but couldn't make the main function Create a script file named lottohelper_using_getopt.py for the module in your current workspace/directory. Define a function named…
-1
votes
1 answer

How manage annoying Namespace and Class name redundancy on PHP and PSR-4

In many of my PHP micro-library, there are Class matching with project name, it create a strange fully qualified class name, look at this
Francesco Bianco
  • 519
  • 1
  • 5
  • 12
1 2 3
9
10