Drakulix/simplelog.rs

WriteLogger error handling?

Ryder17z opened this issue · 2 comments

what's the error handling like for WriteLogger?

I don't see anything for handling if the given path/file cannot be written to
(either due to permissions, (b)locking or if the path doesn't exist)

In that case you are likely not able to create a File anyway (or whatever it is you want to be writing to).
But if writing fails during runtime, the error is silently dropped right now (so the application won't panic).