severity | verbose | production | result |
---|---|---|---|
>= warning | * | * | output |
routine | T | F | output |
routine | T | T | output |
routine | F | F | output |
routine | F | T | no output |
<= trace | T | F | output |
<= trace | T | T | output |
<= trace | F | F | no output |
<= trace | F | T | no output |
verbose: | false | false | true | |
---|---|---|---|---|
production: | true | false | * | |
debugging | -- | - | x | just the message |
trace | - | - | x | just the message |
routine | - | x | x | message + ModuleName |
warning | x | x | x | same as routine + File & Line |
error | x | x | x | same as warning |
fatal | x | x | x | same as warning & aborts |