Breadcrumb

Functions

Link copied to clipboard
Gets the description of the breadcrumb
Link copied to clipboard
Gets diagnostic data relating to the breadcrumb
Link copied to clipboard
The timestamp that the breadcrumb was left
Link copied to clipboard
Gets the type of breadcrumb left - one of those enabled in getEnabledBreadcrumbTypes
Link copied to clipboard
open fun setMessage(@NonNull message: String)
Sets the description of the breadcrumb
Link copied to clipboard
open fun setMetadata(@Nullable metadata: Map<String, Any>)
Sets diagnostic data relating to the breadcrumb
Link copied to clipboard
open fun setType(@NonNull type: BreadcrumbType)
Sets the type of breadcrumb left - one of those enabled in getEnabledBreadcrumbTypes
Link copied to clipboard
open fun toStream(@NonNull stream: JsonStream)