@Beta public interface DataTracer
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return the name of the tracer instance.
|
void |
info(String propertyName,
Object propertyValue)
Traces the data.
|
boolean |
isEnabled()
Returns
true if application is running in preview mode otherwise false is returned. |
void info(String propertyName, Object propertyValue)
propertyName
- the the name of the propertypropertyValue
- the value associated with the propertyString getName()
boolean isEnabled()
true
if application is running in preview mode otherwise false is returned.Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.