| Package | Description |
|---|---|
| com.stackify.api.common.error | |
| com.stackify.api.common.log | |
| com.stackify.api.common.log.direct |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ErrorGovernor.errorShouldBeSent(StackifyError error)
Determines if the error should be sent based on our throttling criteria
|
static ErrorItem |
ErrorCounter.getBaseError(StackifyError error)
Gets the base error (the last error in the causal chain)
|
int |
ErrorCounter.incrementCounter(StackifyError error,
long epochMinute)
Increments the counter for this error in the epoch minute specified
|
| Modifier and Type | Method and Description |
|---|---|
StackifyError |
EventAdapter.getStackifyError(T event,
Throwable exception)
Builds a StackifyError from the logging event
|
| Modifier and Type | Method and Description |
|---|---|
LogMsg |
EventAdapter.getLogMsg(T event,
StackifyError error)
Builds a LogMsg from the logging event
|
| Modifier and Type | Method and Description |
|---|---|
StackifyError |
LogEventAdapter.getStackifyError(LogEvent event,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
LogMsg |
LogEventAdapter.getLogMsg(LogEvent event,
StackifyError error) |
Copyright © 2020 Stackify, LLC. All rights reserved.