On 3/6/12 5:07 PM, Jonathan M Davis wrote:
As it stands, std.log is conflating two separate concepts - logging and and error handling.
Throwing an exception is not error handling. If it were, so many entities would do so, the whole concept would become devoid of meaning.
Andrei