Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having the possibility to finish a TraceContext with error in order to capture the information of the error. #331

Closed
dpsoft opened this issue Mar 30, 2016 · 1 comment

Comments

@dpsoft
Copy link
Contributor

dpsoft commented Mar 30, 2016

An alternative syntax could be:

trait TraceContext {
  ...
   def finish(): Unit
   def finish(t:Throwable): Unit
   def finishWithError(t:Throwable): Unit
...

Comments?

@dpsoft
Copy link
Contributor Author

dpsoft commented Jul 8, 2016

related to #356

@dpsoft dpsoft closed this as completed Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant