Interface | Description |
---|---|
ContextManager |
Context manager implementations define how context-specific data, such as
Breadcrumb s are coupled to the idea of
a "context." What "context" means depends on the application. |
Class | Description |
---|---|
Context |
Context is used to hold context data (such as
Breadcrumb s)
so that data may be collected in different parts of an application and
then sent together when an exception occurs. |
SingletonContextManager |
ContextManager that maintains a single Context instance
across the entire application. |
ThreadLocalContextManager |
A
ContextManager that returns a unique Context instance per thread. |
Copyright © 2012–2020. All rights reserved.