
4 Feb
2011
4 Feb
'11
2:15 p.m.
On 04.02.2011 14:45, Robert Elliot wrote:
I much prefer things to fail fast and ugly rather than gracefully skipping over and leaving me scratching my head as to why it's working but not the way I expected.
Fail fast by throwing an exception percolated to the caller? That's incompatible with logback's API which never (or very rarely) throws exceptions visible by the user. Does that make sense? -- Ceki