On 02/27/12 19:34, Hans-Christoph Steiner wrote:
If post(), error(), etc. are your examples, then verbose() should have no level argument, just the fmt, then it could post at level 4. That makes sense to me. If verbose() is meant to post messages at varying levels, then it should use the same numbering scheme as everything else, i.e.
it's the other way round. if you insist on that, then logpost() should have the same numbering scheme as everything else: logpost(0)==post() logpost(1)==verbose(1) logpost(-1)==error()
fgmadsr IOhannes