On this page:
Overview
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@145a5 |
---|
showSpace | false |
---|
sort | modified |
---|
type | page |
---|
reverse | true |
---|
labels | kb-how-to-article |
---|
cql | label = "kb-how-to-article" and type = "page" and space = "TSD"The SDK logs errors to Gini Bank API when the default networking implementation is used. You can disable the default error logging by passing false
to GiniCapture.Builder.setGiniErrorLoggerIsOn()
. If you would like to get informed of the error logging events, you can pass your implementation of the ErrorLoggerListener
interface to GiniCapture.Builder
: Code Block |
---|
|
GiniCapture.newInstance()
.setCustomErrorLoggerListener(new MyErrorLoggerListener())
.build(); |