public static final class TreatmentLog.NoopTreatmentLog extends Object implements TreatmentLog
TreatmentLog.NoopTreatmentLog| Constructor and Description |
|---|
NoopTreatmentLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(String key,
String bucketingKey,
String feature,
String treatment,
long time,
String label)
Logs the fact that a 'key' saw 'treatment' at 'time' for 'name'.
|
public void log(String key, String bucketingKey, String feature, String treatment, long time, String label)
TreatmentLoglog in interface TreatmentLogkey - whofeature - for which featuretreatment - saw whattime - at what timeCopyright © 2016. All rights reserved.