Closed 1fish2 closed 5 years ago
Notes:
Logging
service instance. That can be a tough place to log an exception although in this case the calling stack frame is trying to push a new Logging
on the stack, so it ought to be able to log to the current Logging
.RuntimeException
. Not declared in the API.Logging
objects?Logging
objects. I'll try that after digging into what the exception means.The Logging
object implements AutoCloseable
and we should call its .close()
method when popping one off the stack. I'd add a try/finally but it turned out easier to push info outside of it, I'll switch to a single static instance.
Ryan got lots of exceptions like the following (always?) when cancelling a task.