Commit Graph

2 Commits (227447dc7effe8de95ceba410844b6d60b3d15d4)

Author SHA1 Message Date
Jorik Schellekens 227447dc7e Create logcontext for new scope.
Instead of having a stack of scopes in a logcontext we create a new
context for a new scope if the current logcontext already has a scope.
2019-06-21 15:41:28 +01:00
Jorik Schellekens b43e3af744 Scope manager using LogContexts
We piggy-back our tracer scopes by using log context.
The current log context gives us the current scope. If new scope is
created we create a stack of scopes in the context.
2019-06-21 12:10:20 +01:00