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

learn more… | top users | synonyms

2
votes
2answers
44 views

How do I suppress the bloat of useless information when using the DUMP command while using grunt via 'pig -x local'?

I'm working with PigLatin, using grunt, and every time I 'dump' stuffs, my console gets clobbered with blah blah, blah non-info, is there a way to surpress all that? grunt> A = LOAD 'testingData' ...
1
vote
1answer
30 views

How can I get the number of affected records, and just that, using mysql cmdline?

I'm running the mysql cmdline binary to execute queries. (Specifically, I'm executing LOAD DATA LOCAL INFILE). I would like to have it print, after every statement, the number of records effected - ...
0
votes
0answers
68 views

cmake conditional verbosity at 'cmake' time (I guess)

Here is my dilemma: I have just started cmake with relative success. I even got a doc target working which is only set up if doxygen is present on the system. However, I am in conflict of whether or ...
3
votes
2answers
143 views

Including GPL license in my program

I'm developing a C++ program and I decided to put it under the GPL. Now, I read this at the end of the license: If the program does terminal interaction, make it output a short notice like this when ...
0
votes
3answers
270 views

Tomcat: Filter log4j by logger name

I am working with an external package which uses a log4j quite verbosely. I've looked at the code and found the expected log4j lines: private Logger log = Logger.getLogger("SomeLoggerName"); ... ...
5
votes
1answer
75 views

How to determine the exact reason, why does berkeley db return EINVAL on db->open?

In the berkeley db documentation, it is stated that the reasons may be the following: An invalid flag value or parameter was specified (for example, unknown database type, page size, hash ...
0
votes
3answers
286 views

Adding Verbosity to a Program

This is a very n00b question but I'm writing a nix based tool and would like to have verbosity flags, based on the number of vvv's passed in I would go about printing debug/information statements in ...
0
votes
4answers
278 views

Good Verbosity Macro (C99)

I'm looking to write what I would imagine is a fairly common macro. I want to emulate the repeated "-v" options on many POSIX programs by defining a bunch of macros of the following form: #define ...
0
votes
3answers
4k views

Controlling verbosity of make

I'm using a makefile to compile a program made of many .c files, and any time make is invoked it only compiles those files modified after the last run (nothing special until here). To avoid ...
1
vote
2answers
447 views

Verbosity level in simple Logger implemenation C++

Im currently implementing a simple Logger for a project due my studies in C++. I already got a Logger base class, as some different appenders and the next step is to implement verbosity levels. The ...
3
votes
2answers
413 views

bash: override echo to print a custom prefix in a script

I have some lengthy scripts calling each other and I want their output to be more descriptive. The idea is to customize the echo command for each script with something like below. My question is, how ...
3
votes
4answers
178 views

Is there any varargs array construction method in Java?

There's the very useful Arrays.asList(): public static <T> List<T> asList(T... a) { return new ArrayList<T>(a); } But there's no Arrays.array(): public static <T> T[] ...
0
votes
1answer
47 views

Default configuration in python/django

I'm working on a reusable django app, which I want to make configurable by GLOBAL VARIABLES in settings.py. I want these to be optional so I've provided default values inside my app in a conf.py ...
1
vote
2answers
1k views

How to make C# code using ADO.NET, IDbConnection and IDbCommand less verbose?

Is there anyway I can make this database code any shorter ? It works fine, but seems very verbose and repetitive. Wrapping some of it in a method would be better I suppose, but is there other ...
1
vote
0answers
289 views

Verbose sqlite database

When I'm doing some inserts, deletes or updates in my sqlite database, using sqlite3 command in Linux I don't know after performing the command what happened, how many rows were deleted, updated, ...
0
votes
1answer
1k views

How to change verbosity of the MSBuild task?

I'd like to have a different verbosity for the msbuild project invoked from the commandline, and those invoked by the MSBuild task from within the project. For example: Inside my.proj: <Target ...
1
vote
1answer
146 views

Is this entity definition model too verbose?

I'm developing video game, and I'd like it to be highly modable. Currently, all my game logic is defined in Python, my engine logic in C++, and my data in XML. I'd like to explain to you how an entity ...
0
votes
0answers
358 views

Enable stack trace in Jetty logs

I'm running Artifactory, which is using Jetty a web server. Sometimes the server is throwing a http 500 error. However there's no accurate message with it. How do I tell Jetty to enable something ...
2
votes
5answers
238 views

Simplify java if statement

Can I simplify this java if construct? It seems too verbose to me, I'd like to have it shorter. A is persistent Object, which will be null if it's context is accessed first time. Than A is ...
1
vote
1answer
42 views

Is there a way to get extra warnings (perl-like runtime,) for Objective-C?

I've been doing some programming in perl lately, and I found that it throws a really useful warning - "Use of uninitialized value" when you try to do a compare / print / regex etc with a value that ...
3
votes
3answers
974 views

Increase verbosity of Perl warnings

Is there anyway to increase the verbosity of warning in Perl ? I use this to generate warnings. #!/usr/bin/perl -w I am especially interested in the following which I hit occasionally. Is there ...
4
votes
1answer
459 views

How to increase verbosity in python unittest?

I have a test case class like this one: import unittest import sys class Test(unittest.TestCase): def test_a(self): pass def test_b(self): pass # etc if __name__ == ...
1
vote
1answer
158 views

Overriding inherited tasks in MSBuild

I have an inherited MSBuild script, which calls targets that I am not allowed to change. However, some of these targets call methods that are currently too verbose in the output window - for example, ...
1
vote
1answer
248 views

Is there a way to make RSPec's error messages be more insightful?

I am often at a loss when trying to debug, since RSpec only tells me that expected redirect to "/user_session/new", got no redirect expected success? to return true, got false. but since It doesnt ...
1
vote
1answer
147 views

javac flag to print only the error locations

Is it possible to make javac output only the error locations and the error messages, and hide the source code dump? Now I get: $ javac t.java t.java:1: <identifier> expected class { ^ ...
4
votes
5answers
3k views

Usage patterns for private, static, final, public, abstract keywords in java

I know what all of these do except for abstract. I'm currently in the process of teaching myself java with what I consider a middle-school-level education (my highschool was in a bad neighborhood so ...
1
vote
1answer
94 views

Are Dynamic Exception Messages a Good Idea?

I'm designing an infrastructure for a project and I've been wondering if it'd be a good idea to format the exception's message with parameters, making it dynamic. This means, on the one hand, that ...
11
votes
6answers
1k views

Why does XML have such verbose closing tags?

Yes, this probably shouldn't bug me. But it does!! Why does XML have such verbose closing tags? Not only does it make documents uglier for humans, it needlessly introduces the risk of mismatched (or ...
4
votes
1answer
1k views

Mercurial: make `hg log` not show files?

I'm (ab)using Mercurial to manage thousands of files that change often, but I'd like to be able to view the log (hg log) without having my term filled with all of the filenames that changed on each ...
10
votes
1answer
233 views

Shorthand for referring to Perl/Moose package names?

In both Python and Java we have import to eliminate the repetition of fully-qualified package/module names throughout code. Is there any equivalent in Perl/Moose? I think it would really make Moose ...
0
votes
2answers
289 views

Solution for Checkstyle verbosity?

In a code sample containing many getters and setters, the following CHECKSTYLE notations exist: /* CHECKSTYLE:OFF */ public void setDisplayName(final String displayName) { this.displayName = ...
7
votes
1answer
434 views

Maven: How can I stop the deploy plugin from logging upload progress?

How can I make it so Maven doesn't spam upload progress in the Hudson console? Uploading: ...
4
votes
1answer
628 views

Python, unittest: Can one make the TestRunner completely quiet?

Is there a way to make unittest.TextTestRunner completely quiet, meaning that it never prints to output on its own? Even at verbosity=0 it prints results when done. The thing is that i want to ...
0
votes
1answer
977 views

T-SQL: How can i use RAISERROR for Informational Output Without Causing Script To Error? [closed]

Okay so i've got a stored proc which does a bunch of things (not important). Now, the stored proc is quite verbose, it prints out a lot of things (progress, rowcounts, etc). As you all know, using ...
3
votes
5answers
227 views

Is there a way to reduce the verbosity of using String.Format(…, p1, p2, p3)?

I often use String.Format() because it makes the building of strings more readable and manageable. Is there anyway to reduce its syntactical verbosity, e.g. with an extension method, etc.? ...
2
votes
1answer
757 views

Define a verbose name for an entire Django model

I want to create a model named Model. I'm pretty sure this isn't allowed, so I'm forced to use some other term for the model name. Let's say I call it Mdl. However from the user perspective, I want ...
3
votes
1answer
648 views

Verbosity in boost asio using ssl

Is there a way to make ssl handshake more visible to me using boost asio? I am getting an error: "asio.ssl error". I just want more verbosity, because this message means almost nothing to me.
15
votes
11answers
1k views

Is it better coding practice to define variables outside a foreach even though more verbose?

In the following examples: the first seems more verbose but less wasteful of resources the second is less verbose but more wasteful of resources (redefines string each loop) Which is better coding ...
4
votes
1answer
813 views

Thread exiting message in .Net MVC console

I get this message: the thread has exited with code 0 sometimes in the output window in debug mode when running a .net mvc c# application. The application still works after these messages, it does ...
11
votes
17answers
1k views

Why does language verbosity have a negative connotation?

I hear people comment on Java's verbosity (and other languages) as if it were a bad thing, why? To me it makes code easier to understand. Less typing seems like a really trivial argument.
0
votes
1answer
72 views

Tips for writing the least verbose Visual C++ code you can in Visual Studio 2005?

While I realize that Visual C++ is a language lacking much of the syntactic-sugar that most of us new programmers are used to these days, VC++ 2005 must have some shortcuts that can decrease the ...
9
votes
8answers
535 views

How to teach someone that less is more? [closed]

I work in a shop where the mentality/culture does not have any sense of the concept of "less being more" (i.e. the less code you have to maintain, the more flexible you can be, and the faster you can ...
3
votes
2answers
452 views

How to minimize the amount of place used by GPL copyright notice?

Gnu GPL page advocates a following header in each file of GPL project: This file is part of Foobar. Foobar is free software: you can redistribute it and/or modify it under the terms ...
24
votes
10answers
1k views

Does functional programming mandate new naming conventions?

I recently started studying functional programming using Haskell and came upon this article on the official Haskell wiki: How to read Haskell. The article claims that short variable names such as x, ...
5
votes
1answer
2k views

What numbers can you pass as verbosity in running Python Unit Test Suites?

The Python unittest framework has a concept of verbosity that I can't seem to find defined anywhere. For instance, I'm running test cases like this (like in the documentation): suite = ...
5
votes
5answers
3k views

What is good practice for generating verbose output?

what is good practice for generating verbose output? currently, i have a function bool verbose; int setVerbose(bool v) { errormsg = ""; verbose = v; if (verbose == v) return 0; ...
4
votes
11answers
1k views

examples of useless/junk code and easy fixes

I recently came upon some code filed with the following } catch (FooException e) { //do something } catch (BarException e) { //do something } catch (Exception e) { throw e; } which is easily ...
4
votes
8answers
381 views

I'm looking for a solution to the excessive verboseness of Java without using Groovy

I like how Groovy makes all of your instance variables and class variables public and writes getters and setters on your behalf. This saves a lot of unnecessary coding. On the other hand, my boss ...
2
votes
1answer
667 views

How verbose should names be for Model-View-ViewModel (MVVM) classes and instances?

In general, I prefer to be verbose with .NET class and instance names, but some times (to quote Mike Woodhouse): Over-verbosity tends to conceal syntax, and syntax is important. The first place ...
4
votes
8answers
953 views

Ruby-like Question: Make this function shorter (ActionScript 3)

I just wrote this incredibly verbose code to turn numbers like 2 into 02. Can you make this function shorter, please (maintaning the functionality)? public static function format(n:int, ...

1 2